Interface DataSourceReference
- All Known Implementing Classes:
SimpleDataSourceReference
public interface DataSourceReference
Encapsulates both a type/brand of database and a DataSource
representing an instance of that type.
- Author:
- rdoherty
-
Method Summary
-
Method Details
-
getType
DatabaseType getType()- Returns:
- type of database this info is for
-
lookUpDataSource
DataSource lookUpDataSource()- Returns:
- DataSource object associated with a give type of database
-