Package rs.baselib.sql
Interface IDataSourceProvider
- All Known Implementing Classes:
AbstractJdbcConnectionProvider,HyperSqlFileJdbcConnectionProvider,HyperSqlServerJdbcConnectionProvider,MySql5JdbcConnectionProvider
public interface IDataSourceProvider
Returns the name of a
DataSource.- Author:
- ralph
-
Method Summary
Modifier and Type Method Description java.lang.StringgetDataSource()Returns the name of theDataSource.
-
Method Details
-
getDataSource
java.lang.String getDataSource()Returns the name of theDataSource.- Returns:
- the source
-