Uses of Interface
org.geotools.data.jdbc.datasource.DataSourceFactorySpi
-
Packages that use DataSourceFactorySpi Package Description org.geotools.data.jdbc.datasource -
-
Uses of DataSourceFactorySpi in org.geotools.data.jdbc.datasource
Classes in org.geotools.data.jdbc.datasource that implement DataSourceFactorySpi Modifier and Type Class Description class
AbstractDataSourceFactorySpi
class
DBCPDataSourceFactory
A datasource factory using DBCP connection poolclass
JNDIDataSourceFactory
A datasource factory SPI doing JDNI lookupsMethods in org.geotools.data.jdbc.datasource that return types with arguments of type DataSourceFactorySpi Modifier and Type Method Description static Iterator<DataSourceFactorySpi>
DataSourceFinder. getAvailableDataSources()
Finds all implementations of DataStoreFactory which have registered using the services mechanism, and that have the appropriate libraries on the classpath.
-