Uses of Package
org.geotools.jdbc

Packages that use org.geotools.jdbc
org.geotools.data.db2   
org.geotools.data.h2   
org.geotools.data.jdbc   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.postgis   
org.geotools.data.spatialite   
org.geotools.data.sqlserver   
org.geotools.data.teradata   
org.geotools.geopkg   
org.geotools.jdbc   
 

Classes in org.geotools.jdbc used by org.geotools.data.db2
BasicSQLDialect
           
JDBCDataStore
          Datastore implementation for jdbc based relational databases.
JDBCDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores.
JDBCJNDIDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.
PreparedFilterToSQL
          Extension of FilterToSQL intended for use with prepared statements.
PreparedStatementSQLDialect
          SQL dialect which uses prepared statements for database interaction.
SQLDialect
          The driver used by JDBCDataStore to directly communicate with the database.
 

Classes in org.geotools.jdbc used by org.geotools.data.h2
BasicSQLDialect
           
JDBCDataStore
          Datastore implementation for jdbc based relational databases.
JDBCDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores.
JDBCJNDIDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.
PreparedStatementSQLDialect
          SQL dialect which uses prepared statements for database interaction.
SQLDialect
          The driver used by JDBCDataStore to directly communicate with the database.
 

Classes in org.geotools.jdbc used by org.geotools.data.jdbc
PrimaryKey
          Primary key of a table.
 

Classes in org.geotools.jdbc used by org.geotools.data.mysql
BasicSQLDialect
           
JDBCDataStore
          Datastore implementation for jdbc based relational databases.
JDBCDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores.
JDBCJNDIDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.
PreparedStatementSQLDialect
          SQL dialect which uses prepared statements for database interaction.
SQLDialect
          The driver used by JDBCDataStore to directly communicate with the database.
 

Classes in org.geotools.jdbc used by org.geotools.data.oracle
JDBCDataStore
          Datastore implementation for jdbc based relational databases.
JDBCDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores.
JDBCJNDIDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.
PreparedFilterToSQL
          Extension of FilterToSQL intended for use with prepared statements.
PreparedStatementSQLDialect
          SQL dialect which uses prepared statements for database interaction.
SQLDialect
          The driver used by JDBCDataStore to directly communicate with the database.
 

Classes in org.geotools.jdbc used by org.geotools.data.postgis
BasicSQLDialect
           
ColumnMetadata
          Metadata about a table column used to carry information through the type mapping process.
JDBCDataStore
          Datastore implementation for jdbc based relational databases.
JDBCDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores.
JDBCJNDIDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.
PreparedFilterToSQL
          Extension of FilterToSQL intended for use with prepared statements.
PreparedStatementSQLDialect
          SQL dialect which uses prepared statements for database interaction.
SQLDialect
          The driver used by JDBCDataStore to directly communicate with the database.
 

Classes in org.geotools.jdbc used by org.geotools.data.spatialite
BasicSQLDialect
           
JDBCDataStore
          Datastore implementation for jdbc based relational databases.
JDBCDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores.
JDBCJNDIDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.
SQLDialect
          The driver used by JDBCDataStore to directly communicate with the database.
 

Classes in org.geotools.jdbc used by org.geotools.data.sqlserver
BasicSQLDialect
           
JDBCDataStore
          Datastore implementation for jdbc based relational databases.
JDBCDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores.
JDBCJNDIDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.
SQLDialect
          The driver used by JDBCDataStore to directly communicate with the database.
 

Classes in org.geotools.jdbc used by org.geotools.data.teradata
JDBCDataStore
          Datastore implementation for jdbc based relational databases.
JDBCDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores.
JDBCJNDIDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.
PreparedFilterToSQL
          Extension of FilterToSQL intended for use with prepared statements.
PreparedStatementSQLDialect
          SQL dialect which uses prepared statements for database interaction.
SQLDialect
          The driver used by JDBCDataStore to directly communicate with the database.
 

Classes in org.geotools.jdbc used by org.geotools.geopkg
JDBCDataStore
          Datastore implementation for jdbc based relational databases.
JDBCDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores.
PreparedStatementSQLDialect
          SQL dialect which uses prepared statements for database interaction.
SQLDialect
          The driver used by JDBCDataStore to directly communicate with the database.
 

Classes in org.geotools.jdbc used by org.geotools.jdbc
ColumnMetadata
          Metadata about a table column used to carry information through the type mapping process.
ConnectionLifecycleListener
          This interface can be implemented to perform custom behavior on each connection as it gets borrowed from the connection pool and then released back to the pool.
Index
          Represents a database index
JDBCDataStore
          Datastore implementation for jdbc based relational databases.
JDBCDataStoreFactory
          Abstract implementation of DataStoreFactory for jdbc datastores.
JDBCFeatureReader
          Reader for jdbc datastore
JDBCFeatureSource
           
JDBCFeatureStore
          FeatureStore implementation for jdbc based relational database tables.
JDBCState
          State for jdbc datastore providing additional cached values such as primary key and database connection.
JDBCUpdateFeatureWriter
           
JoinInfo
          Holds information about a join query.
JoinInfo.JoinPart
           
PreparedFilterToSQL
          Extension of FilterToSQL intended for use with prepared statements.
PreparedStatementSQLDialect
          SQL dialect which uses prepared statements for database interaction.
PrimaryKey
          Primary key of a table.
PrimaryKeyColumn
          Represents a column in a primary key.
PrimaryKeyFinder
          A strategy object used by the JDBCDataStore to determine the PrimaryKey for a certain FeatureType
SQLDialect
          The driver used by JDBCDataStore to directly communicate with the database.
VirtualTable
          Describes a virtual table, that is, a feature type created starting from a generic SQL query.
VirtualTableParameter
          A VirtualTable parameter.
VirtualTableParameter.Validator
          Interface to be implemented by parameter value validators
 



Copyright © 1996-2014 Geotools. All Rights Reserved.