|
||||||||||
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 The table schema will contain: table_schema (varchar): schema name table_name (varchar): table name pk_column (varchar): column name pk_column_idx (integer): column index if pk is multicolumn (nullable) pk_policy (varchar): pk assignment policy: "assigned", "sequence", "autogenerated" pk_sequence (varchar): full name of the sequence to be used to generate the next value, if any By default the table is named 'gt_pk_metadata_table' |
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 |