Package org.geotools.jdbc

Class Summary
AutoGeneratedPrimaryKeyColumn Represents a column of a primary key whose values are auto generated by the database.
BasicSQLDialect  
JDBCClosingFeatureReader  
JDBCClosingFeatureWriter  
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.
JDBCInsertFeatureWriter  
JDBCJNDIDataStoreFactory Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.
JDBCState State for jdbc datastore providing additional cached values such as primary key and database connection.
JDBCTransactionState Responsible for flow control; issues commit and rollback on the managed connection.
JDBCUpdateFeatureWriter  
JDBCUpdateInsertFeatureWriter  
NonIncrementingPrimaryKeyColumn Represents a column of a primary key which is not auto incrementing.
NullPrimaryKey Primary key for tables which do not have a primary key.
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.
PrimaryKeyFIDValidator Fid validator which validates with respect to a primary key.
SequencedPrimaryKeyColumn Represents a column of a primary key which has an associated sequence used to generate its values.
SQLDialect The driver used by JDBCDataStore to directly communicate with the database.
 



Copyright © 1996-2009 Geotools. All Rights Reserved.