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 classAbstractDataSourceFactorySpiclassDBCPDataSourceFactoryA datasource factory using DBCP connection poolclassJNDIDataSourceFactoryA 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.
-