Uses of Class
org.geotools.jdbc.JDBCDataStoreFactory
-
-
Uses of JDBCDataStoreFactory in org.geotools.data.db2
Subclasses of JDBCDataStoreFactory in org.geotools.data.db2 Modifier and Type Class Description class
DB2NGDataStoreFactory
DataStoreFactory for DB2 database.class
DB2NGJNDIDataStoreFactory
DataStoreFactory for DB2 database. -
Uses of JDBCDataStoreFactory in org.geotools.data.h2
Subclasses of JDBCDataStoreFactory in org.geotools.data.h2 Modifier and Type Class Description class
H2DataStoreFactory
DataStoreFacotry for H2 database.class
H2JNDIDataStoreFactory
JNDI DataStoreFactory for H2. -
Uses of JDBCDataStoreFactory in org.geotools.data.hana
Subclasses of JDBCDataStoreFactory in org.geotools.data.hana Modifier and Type Class Description class
HanaDataStoreFactory
A JDBC data store factory for connecting to SAP HANA.class
HanaJNDIDataStoreFactory
A JNDI data store factory for SAP HANA. -
Uses of JDBCDataStoreFactory in org.geotools.data.informix
Subclasses of JDBCDataStoreFactory in org.geotools.data.informix Modifier and Type Class Description class
InformixDataStoreFactory
DataStoreFactory for Informix database.class
InformixJNDIDataStoreFactory
JNDI DataStoreFactory for Informix database. -
Uses of JDBCDataStoreFactory in org.geotools.data.mysql
Subclasses of JDBCDataStoreFactory in org.geotools.data.mysql Modifier and Type Class Description class
MySQLDataStoreFactory
DataStoreFactory for MySQL database.class
MySQLJNDIDataStoreFactory
JNDI DataStoreFactory for mysql database. -
Uses of JDBCDataStoreFactory in org.geotools.data.oracle
Subclasses of JDBCDataStoreFactory in org.geotools.data.oracle Modifier and Type Class Description class
OracleNGDataStoreFactory
Oracle data store factory.class
OracleNGJNDIDataStoreFactory
JNDI DataStoreFactory for oracle database.class
OracleNGOCIDataStoreFactory
Creates an Oracle datastore based on a thick OCI client connection, instead of the traditional (thin) jdbc connection. -
Uses of JDBCDataStoreFactory in org.geotools.data.postgis
Subclasses of JDBCDataStoreFactory in org.geotools.data.postgis Modifier and Type Class Description class
PostgisNGDataStoreFactory
class
PostgisNGJNDIDataStoreFactory
JNDI DataStoreFactory for Postgis database. -
Uses of JDBCDataStoreFactory in org.geotools.data.sqlserver
Subclasses of JDBCDataStoreFactory in org.geotools.data.sqlserver Modifier and Type Class Description class
SQLServerDataStoreFactory
DataStore factory for Microsoft SQL Server.class
SQLServerJNDIDataStoreFactory
JNDI 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.jtds
Subclasses of JDBCDataStoreFactory in org.geotools.data.sqlserver.jtds Modifier and Type Class Description class
JDTSSQLServerJNDIDataStoreFactory
class
JTDSSqlServerDataStoreFactory
-
Uses of JDBCDataStoreFactory in org.geotools.data.teradata
Subclasses of JDBCDataStoreFactory in org.geotools.data.teradata Modifier and Type Class Description class
TeradataDataStoreFactory
class
TeradataJNDIDataStoreFactory
JNDI DataStoreFactory for Teradata database. -
Uses of JDBCDataStoreFactory in org.geotools.geopkg
Subclasses of JDBCDataStoreFactory in org.geotools.geopkg Modifier and Type Class Description class
GeoPkgDataStoreFactory
The GeoPackage DataStore Factory. -
Uses of JDBCDataStoreFactory in org.geotools.jdbc
Subclasses of JDBCDataStoreFactory in org.geotools.jdbc Modifier and Type Class Description class
JDBCJNDIDataStoreFactory
Abstract 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 JDBCDataStoreFactory
JDBCJNDIDataStoreFactory. delegate
regular 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.geotools
Subclasses of JDBCDataStoreFactory in org.h2gis.geotools Modifier and Type Class Description class
H2GISDataStoreFactory
jdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.class
H2GISJNDIDataStoreFactory
jdbc-h2gis is an extension to connect H2GIS a spatial library that brings spatial support to the H2 Java database.
-