|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
---|---|
AutoGeneratedPrimaryKeyColumn | Represents a column of a primary key whose values are auto generated by the database. |
BasicSQLDialect | |
CompositePrimaryKeyFinder | Executes a chain of PrimaryKeyFinder in the order they are defined |
HeuristicPrimaryKeyFinder | Looks up the primary key using the DatabaseMetaData for the specified table, looking both
for primary keys and unique indexes. |
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. |
JDBCUpdateFeatureWriter | |
JDBCUpdateInsertFeatureWriter | |
MetadataTablePrimaryKeyFinder | Looks up primary key information in a metadata table provided by the user |
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. |
PrimaryKeyFinder | A strategy object used by the JDBCDataStore to determine the PrimaryKey for a
certain FeatureType |
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. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |