Uses of Interface
com.d3x.core.db.DataSourceAdapter
-
Packages that use DataSourceAdapter Package Description com.d3x.core.db -
-
Uses of DataSourceAdapter in com.d3x.core.db
Classes in com.d3x.core.db that implement DataSourceAdapter Modifier and Type Class Description static classDataSourceAdapter.ApacheA DataSourceFactory that uses Apache Commons DBCP libraryFields in com.d3x.core.db declared as DataSourceAdapter Modifier and Type Field Description private static DataSourceAdapterDatabase. dataSourceAdapterMethods in com.d3x.core.db with parameters of type DataSourceAdapter Modifier and Type Method Description static voidDatabase. setDataSourceAdapter(DataSourceAdapter dataSourceAdapter)Sets the data source adapter used to create DataSource objects
-