Uses of Package
org.geotools.data.jdbc

Packages that use org.geotools.data.jdbc
org.geotools.data.db2   
org.geotools.data.geomedia   
org.geotools.data.geometryless   
org.geotools.data.hsql   
org.geotools.data.jdbc   
org.geotools.data.jdbc.referencing   
org.geotools.data.mysql   
org.geotools.data.oracle   
org.geotools.data.oracle.attributeio   
org.geotools.data.postgis   
org.geotools.data.postgis.collection   
org.geotools.data.postgis.referencing   
 

Classes in org.geotools.data.jdbc used by org.geotools.data.db2
ConnectionPool
          Provides a ConnectionPool that can be used by multiple data sources to get connections to a single database.
DefaultSQLBuilder
          Builds a complete SQL query to select the specified attributes for the specified feature type, using a specified filter to generate a WHERE clause.
FeatureTypeHandler
          This class acts as a manager for FIDMappers and FeatureTypeInfo on behalf of a JDBCDataStore.
FeatureTypeInfo
          Stores information about known FeatureTypes.
JDBC1DataStore
          Abstract class for JDBC based DataStore implementations.
JDBC2DataStore
          This JDBCDataStore is able to take advantage of additonal functionality provided by JDBC2 level drivers - for example ConnectionPools.
JDBCDataStore
          Abstract class for JDBC (level2) based DataStore implementations.
JDBCDataStoreConfig
          Configuration object for JDBCDataStore.
JDBCFeatureSource
          A JDBCFeatureSource that can opperate as a starting point for your own implementations.
JDBCFeatureWriter
          JDBCDataStore implementation of the FeatureWriter interface
JDBCTextFeatureWriter
          An abstract class that uses sql statements to insert, update and delete features from the database.
QueryData
          QueryData holds the ResultSet obtained from the sql query and has the following responsibilities: acts as the attribute reader by using the AttributeIO objects acts as the attribute writer by using the AttributeIO objects manages the resulset, statement and transaction and closes them cleanly if needed provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter holds the FIDMapper for feature reader and writer to use when building new features
SQLBuilder
          Provides an interface for SQL statement construction.
 

Classes in org.geotools.data.jdbc used by org.geotools.data.geomedia
ConnectionPool
          Provides a ConnectionPool that can be used by multiple data sources to get connections to a single database.
JDBC1DataStore
          Abstract class for JDBC based DataStore implementations.
JDBC2DataStore
          This JDBCDataStore is able to take advantage of additonal functionality provided by JDBC2 level drivers - for example ConnectionPools.
JDBCDataStore
          Abstract class for JDBC (level2) based DataStore implementations.
QueryData
          QueryData holds the ResultSet obtained from the sql query and has the following responsibilities: acts as the attribute reader by using the AttributeIO objects acts as the attribute writer by using the AttributeIO objects manages the resulset, statement and transaction and closes them cleanly if needed provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter holds the FIDMapper for feature reader and writer to use when building new features
 

Classes in org.geotools.data.jdbc used by org.geotools.data.geometryless
ConnectionPool
          Provides a ConnectionPool that can be used by multiple data sources to get connections to a single database.
DefaultSQLBuilder
          Builds a complete SQL query to select the specified attributes for the specified feature type, using a specified filter to generate a WHERE clause.
JDBC1DataStore
          Abstract class for JDBC based DataStore implementations.
JDBC2DataStore
          This JDBCDataStore is able to take advantage of additonal functionality provided by JDBC2 level drivers - for example ConnectionPools.
JDBCDataStore
          Abstract class for JDBC (level2) based DataStore implementations.
JDBCFeatureWriter
          JDBCDataStore implementation of the FeatureWriter interface
JDBCTextFeatureWriter
          An abstract class that uses sql statements to insert, update and delete features from the database.
QueryData
          QueryData holds the ResultSet obtained from the sql query and has the following responsibilities: acts as the attribute reader by using the AttributeIO objects acts as the attribute writer by using the AttributeIO objects manages the resulset, statement and transaction and closes them cleanly if needed provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter holds the FIDMapper for feature reader and writer to use when building new features
SQLBuilder
          Provides an interface for SQL statement construction.
 

Classes in org.geotools.data.jdbc used by org.geotools.data.hsql
DefaultSQLBuilder
          Builds a complete SQL query to select the specified attributes for the specified feature type, using a specified filter to generate a WHERE clause.
JDBC1DataStore
          Abstract class for JDBC based DataStore implementations.
JDBCDataStoreConfig
          Configuration object for JDBCDataStore.
JDBCFeatureWriter
          JDBCDataStore implementation of the FeatureWriter interface
JDBCTextFeatureWriter
          An abstract class that uses sql statements to insert, update and delete features from the database.
JDBCTransactionState
          Holds a JDBC Connectino for JDBCDataStore.
QueryData
          QueryData holds the ResultSet obtained from the sql query and has the following responsibilities: acts as the attribute reader by using the AttributeIO objects acts as the attribute writer by using the AttributeIO objects manages the resulset, statement and transaction and closes them cleanly if needed provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter holds the FIDMapper for feature reader and writer to use when building new features
SQLBuilder
          Provides an interface for SQL statement construction.
 

Classes in org.geotools.data.jdbc used by org.geotools.data.jdbc
ConnectionPool
          Provides a ConnectionPool that can be used by multiple data sources to get connections to a single database.
ConnectionPoolManager
          Provides a Singleton manager of connection pools.
FeatureTypeHandler
          This class acts as a manager for FIDMappers and FeatureTypeInfo on behalf of a JDBCDataStore.
FeatureTypeInfo
          Stores information about known FeatureTypes.
JDBC1DataStore
          Abstract class for JDBC based DataStore implementations.
JDBC2DataStore
          This JDBCDataStore is able to take advantage of additonal functionality provided by JDBC2 level drivers - for example ConnectionPools.
JDBCDataStoreConfig
          Configuration object for JDBCDataStore.
JDBCFeatureReader
          JDBCDataStore specific implementation of the FeatureReader interface
JDBCFeatureSource
          A JDBCFeatureSource that can opperate as a starting point for your own implementations.
JDBCFeatureStore
          This is a starting point for providing your own FeatureStore implementation.
JDBCFeatureWriter
          JDBCDataStore implementation of the FeatureWriter interface
MutableFIDFeature
           
QueryData
          QueryData holds the ResultSet obtained from the sql query and has the following responsibilities: acts as the attribute reader by using the AttributeIO objects acts as the attribute writer by using the AttributeIO objects manages the resulset, statement and transaction and closes them cleanly if needed provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter holds the FIDMapper for feature reader and writer to use when building new features
SQLBuilder
          Provides an interface for SQL statement construction.
 

Classes in org.geotools.data.jdbc used by org.geotools.data.jdbc.referencing
ConnectionPool
          Provides a ConnectionPool that can be used by multiple data sources to get connections to a single database.
 

Classes in org.geotools.data.jdbc used by org.geotools.data.mysql
ConnectionPool
          Provides a ConnectionPool that can be used by multiple data sources to get connections to a single database.
DefaultSQLBuilder
          Builds a complete SQL query to select the specified attributes for the specified feature type, using a specified filter to generate a WHERE clause.
JDBC1DataStore
          Abstract class for JDBC based DataStore implementations.
JDBC2DataStore
          This JDBCDataStore is able to take advantage of additonal functionality provided by JDBC2 level drivers - for example ConnectionPools.
JDBCDataStore
          Abstract class for JDBC (level2) based DataStore implementations.
JDBCFeatureWriter
          JDBCDataStore implementation of the FeatureWriter interface
JDBCTextFeatureWriter
          An abstract class that uses sql statements to insert, update and delete features from the database.
QueryData
          QueryData holds the ResultSet obtained from the sql query and has the following responsibilities: acts as the attribute reader by using the AttributeIO objects acts as the attribute writer by using the AttributeIO objects manages the resulset, statement and transaction and closes them cleanly if needed provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter holds the FIDMapper for feature reader and writer to use when building new features
SQLBuilder
          Provides an interface for SQL statement construction.
 

Classes in org.geotools.data.jdbc used by org.geotools.data.oracle
ConnectionPool
          Provides a ConnectionPool that can be used by multiple data sources to get connections to a single database.
JDBC1DataStore
          Abstract class for JDBC based DataStore implementations.
JDBC2DataStore
          This JDBCDataStore is able to take advantage of additonal functionality provided by JDBC2 level drivers - for example ConnectionPools.
JDBCDataStore
          Abstract class for JDBC (level2) based DataStore implementations.
JDBCDataStoreConfig
          Configuration object for JDBCDataStore.
JDBCFeatureWriter
          JDBCDataStore implementation of the FeatureWriter interface
JDBCTextFeatureWriter
          An abstract class that uses sql statements to insert, update and delete features from the database.
QueryData
          QueryData holds the ResultSet obtained from the sql query and has the following responsibilities: acts as the attribute reader by using the AttributeIO objects acts as the attribute writer by using the AttributeIO objects manages the resulset, statement and transaction and closes them cleanly if needed provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter holds the FIDMapper for feature reader and writer to use when building new features
SQLBuilder
          Provides an interface for SQL statement construction.
 

Classes in org.geotools.data.jdbc used by org.geotools.data.oracle.attributeio
QueryData
          QueryData holds the ResultSet obtained from the sql query and has the following responsibilities: acts as the attribute reader by using the AttributeIO objects acts as the attribute writer by using the AttributeIO objects manages the resulset, statement and transaction and closes them cleanly if needed provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter holds the FIDMapper for feature reader and writer to use when building new features
 

Classes in org.geotools.data.jdbc used by org.geotools.data.postgis
ConnectionPool
          Provides a ConnectionPool that can be used by multiple data sources to get connections to a single database.
DefaultSQLBuilder
          Builds a complete SQL query to select the specified attributes for the specified feature type, using a specified filter to generate a WHERE clause.
JDBC1DataStore
          Abstract class for JDBC based DataStore implementations.
JDBC2DataStore
          This JDBCDataStore is able to take advantage of additonal functionality provided by JDBC2 level drivers - for example ConnectionPools.
JDBCDataStore
          Abstract class for JDBC (level2) based DataStore implementations.
JDBCDataStoreConfig
          Configuration object for JDBCDataStore.
JDBCFeatureSource
          A JDBCFeatureSource that can opperate as a starting point for your own implementations.
JDBCFeatureStore
          This is a starting point for providing your own FeatureStore implementation.
JDBCFeatureWriter
          JDBCDataStore implementation of the FeatureWriter interface
JDBCTextFeatureWriter
          An abstract class that uses sql statements to insert, update and delete features from the database.
QueryData
          QueryData holds the ResultSet obtained from the sql query and has the following responsibilities: acts as the attribute reader by using the AttributeIO objects acts as the attribute writer by using the AttributeIO objects manages the resulset, statement and transaction and closes them cleanly if needed provides methods for creating a new row, as well as inserting new ones, that are used by the JDBCFeatureWriter holds the FIDMapper for feature reader and writer to use when building new features
SQLBuilder
          Provides an interface for SQL statement construction.
 

Classes in org.geotools.data.jdbc used by org.geotools.data.postgis.collection
JDBCFeatureCollection
           
JDBCFeatureSource
          A JDBCFeatureSource that can opperate as a starting point for your own implementations.
 

Classes in org.geotools.data.jdbc used by org.geotools.data.postgis.referencing
ConnectionPool
          Provides a ConnectionPool that can be used by multiple data sources to get connections to a single database.
 



Copyright © GeoTools. All Rights Reserved.