Uses of Class
org.geotools.jdbc.JDBCDataStoreFactory
- 
- 
Uses of JDBCDataStoreFactory in org.geotools.data.db2Subclasses of JDBCDataStoreFactory in org.geotools.data.db2 Modifier and Type Class Description classDB2NGDataStoreFactoryDataStoreFactory for DB2 database.classDB2NGJNDIDataStoreFactoryDataStoreFactory for DB2 database.
- 
Uses of JDBCDataStoreFactory in org.geotools.data.duckdbSubclasses of JDBCDataStoreFactory in org.geotools.data.duckdb Modifier and Type Class Description classAbstractDuckDBDataStoreFactoryAbstract base class for DuckDB-powered datastores.classDuckDBDataStoreFactory
- 
Uses of JDBCDataStoreFactory in org.geotools.data.h2Subclasses of JDBCDataStoreFactory in org.geotools.data.h2 Modifier and Type Class Description classH2DataStoreFactoryDataStoreFacotry for H2 database.classH2JNDIDataStoreFactoryJNDI DataStoreFactory for H2.
- 
Uses of JDBCDataStoreFactory in org.geotools.data.hanaSubclasses of JDBCDataStoreFactory in org.geotools.data.hana Modifier and Type Class Description classHanaDataStoreFactoryA JDBC data store factory for connecting to SAP HANA.classHanaJNDIDataStoreFactoryA JNDI data store factory for SAP HANA.
- 
Uses of JDBCDataStoreFactory in org.geotools.data.informixSubclasses of JDBCDataStoreFactory in org.geotools.data.informix Modifier and Type Class Description classInformixDataStoreFactoryDataStoreFactory for Informix database.classInformixJNDIDataStoreFactoryJNDI DataStoreFactory for Informix database.
- 
Uses of JDBCDataStoreFactory in org.geotools.data.mysqlSubclasses of JDBCDataStoreFactory in org.geotools.data.mysql Modifier and Type Class Description classMySQLDataStoreFactoryDataStoreFactory for MySQL database.classMySQLJNDIDataStoreFactoryJNDI DataStoreFactory for mysql database.
- 
Uses of JDBCDataStoreFactory in org.geotools.data.oracleSubclasses of JDBCDataStoreFactory in org.geotools.data.oracle Modifier and Type Class Description classOracleNGDataStoreFactoryOracle data store factory.classOracleNGJNDIDataStoreFactoryJNDI DataStoreFactory for oracle database.classOracleNGOCIDataStoreFactoryCreates an Oracle datastore based on a thick OCI client connection, instead of the traditional (thin) jdbc connection.
- 
Uses of JDBCDataStoreFactory in org.geotools.data.postgisSubclasses of JDBCDataStoreFactory in org.geotools.data.postgis Modifier and Type Class Description classPostgisNGDataStoreFactoryclassPostgisNGJNDIDataStoreFactoryJNDI DataStoreFactory for Postgis database.
- 
Uses of JDBCDataStoreFactory in org.geotools.data.singlestoreSubclasses of JDBCDataStoreFactory in org.geotools.data.singlestore Modifier and Type Class Description classSingleStoreDataStoreFactoryDataStoreFactory for SingleStore database.classSingleStoreJNDIDataStoreFactoryJNDI DataStoreFactory for SingleStore database.
- 
Uses of JDBCDataStoreFactory in org.geotools.data.sqlserverSubclasses of JDBCDataStoreFactory in org.geotools.data.sqlserver Modifier and Type Class Description classSQLServerDataStoreFactoryDataStore factory for Microsoft SQL Server.classSQLServerJNDIDataStoreFactoryJNDI DataStoreFactory for sql server database.Constructors in org.geotools.data.sqlserver with parameters of type JDBCDataStoreFactory Constructor Description SQLServerJNDIDataStoreFactory(JDBCDataStoreFactory delegate)
- 
Uses of JDBCDataStoreFactory in org.geotools.data.sqlserver.jtdsSubclasses of JDBCDataStoreFactory in org.geotools.data.sqlserver.jtds Modifier and Type Class Description classJDTSSQLServerJNDIDataStoreFactoryclassJTDSSqlServerDataStoreFactory
- 
Uses of JDBCDataStoreFactory in org.geotools.data.teradataSubclasses of JDBCDataStoreFactory in org.geotools.data.teradata Modifier and Type Class Description classTeradataDataStoreFactoryclassTeradataJNDIDataStoreFactoryJNDI DataStoreFactory for Teradata database.
- 
Uses of JDBCDataStoreFactory in org.geotools.geopkgSubclasses of JDBCDataStoreFactory in org.geotools.geopkg Modifier and Type Class Description classGeoPkgDataStoreFactoryThe GeoPackage DataStore Factory.
- 
Uses of JDBCDataStoreFactory in org.geotools.jdbcSubclasses of JDBCDataStoreFactory in org.geotools.jdbc Modifier and Type Class Description classJDBCJNDIDataStoreFactoryAbstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.Fields in org.geotools.jdbc declared as JDBCDataStoreFactory Modifier and Type Field Description protected JDBCDataStoreFactoryJDBCJNDIDataStoreFactory. delegateregular datastore factory to delegate to.Constructors in org.geotools.jdbc with parameters of type JDBCDataStoreFactory Constructor Description JDBCJNDIDataStoreFactory(JDBCDataStoreFactory delegate)
- 
Uses of JDBCDataStoreFactory in org.h2gis.geotoolsSubclasses of JDBCDataStoreFactory in org.h2gis.geotools Modifier and Type Class Description classH2GISDataStoreFactoryjdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.classH2GISJNDIDataStoreFactoryjdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.
 
-