Interface DbAdapterFactory
- All Known Implementing Classes:
- DefaultDbAdapterFactory
public interface DbAdapterFactory
- Since:
- 3.1
- 
Method SummaryModifier and Type Method Description DbAdaptercreateAdapter(DataNodeDescriptor nodeDescriptor, DataSource dataSource)Returns an instance of DbAdapter if the factory detects that it knows how to handle the database.
- 
Method Details- 
createAdapterReturns an instance of DbAdapter if the factory detects that it knows how to handle the database.- Throws:
- Exception
 
 
-