| Name | Description | Type | Package | Framework |
| AutoGeneratedPrimaryKeyColumn | Represents a column of a primary key whose values are auto generated This class does not generate new values for the key, relying on the | Class | org.geotools.jdbc | GeoTools |
|
| BasicSQLDialect | | Class | org.geotools.jdbc | GeoTools |
|
| ColumnMetadata | Metadata about a table column used to carry information through the type mapping process. | Class | org.geotools.jdbc | GeoTools |
|
| CompositePrimaryKeyFinder | Executes a chain of PrimaryKeyFinder in the order they are definedAuthor:Andrea Aime - OpenGeo | Class | org.geotools.jdbc | GeoTools |
|
| 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. | Interface | org.geotools.jdbc | GeoTools |
|
| EscapeSql | Perform basic SQL validation on input string. | Class | org.geotools.jdbc | GeoTools |
|
| HeuristicPrimaryKeyFinder | Looks up the primary key using the DatabaseMetaData for the specified table, looking both for primary keys and unique indexes. | Class | org.geotools.jdbc | GeoTools |
|
| Index | Represents a database indexAuthor:Andrea Aime - GeoSolutions | Class | org.geotools.jdbc | GeoTools |
|
| JDBCClosingFeatureReader | | Class | org.geotools.jdbc | GeoTools |
|
| JDBCClosingFeatureWriter | | Class | org.geotools.jdbc | GeoTools |
|
| JDBCDataStore | Datastore implementation for jdbc based relational databases. | Class | org.geotools.jdbc | GeoTools |
|
| JDBCDataStoreFactory | Abstract implementation of DataStoreFactory for jdbc datastores. | Class | org.geotools.jdbc | GeoTools |
|
| JDBCFeatureReader | Reader for jdbc datastoreAuthor:Justin Deoliveira, The Open Plannign Project. | Class | org.geotools.jdbc | GeoTools |
|
| JDBCFeatureSource | | Class | org.geotools.jdbc | GeoTools |
|
| JDBCFeatureStore | FeatureStore implementation for jdbc based relational database tables. | Class | org.geotools.jdbc | GeoTools |
|
| JDBCInsertFeatureWriter | Inserts features in the database. | Class | org.geotools.jdbc | GeoTools |
|
| JDBCJNDIDataStoreFactory | Abstract implementation of DataStoreFactory for jdbc datastores which obtain Subclasses should not need to override any methods, only just call the | Class | org.geotools.jdbc | GeoTools |
|
| JDBCJoiningFeatureReader | Feature reader that wraps multiple feature readers in a join query. | Class | org.geotools.jdbc | GeoTools |
|
| JDBCJoiningFilteringFeatureReader | Feature reader that wraps multiple feature readers in a joining / post filtered query. | Class | org.geotools.jdbc | GeoTools |
|
| JDBCState | State for jdbc datastore providing additional cached values such as primary key and database connection. | Class | org.geotools.jdbc | GeoTools |
|
| JDBCUpdateFeatureWriter | | Class | org.geotools.jdbc | GeoTools |
|
| JDBCUpdateInsertFeatureWriter | | Class | org.geotools.jdbc | GeoTools |
|
| JoinInfo | Holds information about a join query. | Class | org.geotools.jdbc | GeoTools |
|
| JoinInfo .JoinPart | | Class | org.geotools.jdbc.JoinInfo | GeoTools |
|
| JoiningJDBCFeatureSource | This is where the magic happens. | Class | org.geotools.jdbc | GeoTools |
|
| JoinPropertyName | Property name that knows what feature type it comes from. | Class | org.geotools.jdbc | GeoTools |
|
| LifecycleConnectionUnWrapper | Un-wraps the LifecycleConnection instancesAuthor:Andrea Aime - GeoSolutions | Class | org.geotools.jdbc | GeoTools |
|
| MetadataTablePrimaryKeyFinder | Looks up primary key information in a metadata table provided by the user. | Class | org.geotools.jdbc | GeoTools |
|
| NonIncrementingPrimaryKeyColumn | Represents a column of a primary key which is not auto incrementing. | Class | org.geotools.jdbc | GeoTools |
|
| NullPrimaryKey | Primary key for tables which do not have a primary key. | Class | org.geotools.jdbc | GeoTools |
|
| PreparedFilterToSQL | Extension of FilterToSQL intended for use with prepared statements. | Class | org.geotools.jdbc | GeoTools |
|
| PreparedStatementSQLDialect | SQL dialect which uses prepared statements for database interaction. | Class | org.geotools.jdbc | GeoTools |
|
| PrimaryKey | Primary key of a table. | Class | org.geotools.jdbc | GeoTools |
|
| PrimaryKeyColumn | Represents a column in a primary key. | Class | org.geotools.jdbc | GeoTools |
|
| PrimaryKeyFIDValidator | Fid validator which validates with respect to a primary key. | Class | org.geotools.jdbc | GeoTools |
|
| PrimaryKeyFinder | A strategy object used by the JDBCDataStore to determine the PrimaryKey for a certain FeatureType | Class | org.geotools.jdbc | GeoTools |
|
| RegexpValidator | A regular expression based validatorAuthor:Andrea Aime - OpenGeoSee Also:Serialized Form | Class | org.geotools.jdbc | GeoTools |
|
| SequencedPrimaryKeyColumn | Represents a column of a primary key which has an associated sequence used to generate its values. | Class | org.geotools.jdbc | GeoTools |
|
| SessionCommandsListener | A ConnectionLifecycleListener that executes custom SQL commands on connection grab and release. | Class | org.geotools.jdbc | GeoTools |
|
| SQLDialect | The driver used by JDBCDataStore to directly communicate with the database. | Class | org.geotools.jdbc | GeoTools |
|
| VirtualTable | Describes a virtual table, that is, a feature type created starting from a generic SQL query. | Class | org.geotools.jdbc | GeoTools |
|
| VirtualTableParameter | A VirtualTable parameter. | Class | org.geotools.jdbc | GeoTools |
|
| VirtualTableParameter .Validator | | Interface | org.geotools.jdbc.VirtualTableParameter | GeoTools |