Package org.geotools.jdbc
package org.geotools.jdbc
-
ClassDescriptionRepresents a column of a primary key whose values are auto generated by the database.Metadata about a table column used to carry information through the type mapping process.Executes a chain of
PrimaryKeyFinder
in the order they are definedThis 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.Deprecated, for removal: This API element is subject to removal in a future version.Helper class for enums.Perform basic SQL validation on input string.Looks up the primary key using theDatabaseMetaData
for the specified table, looking both for primary keys and unique indexes.Represents a database indexJDBC callback factory.Datastore implementation for jdbc based relational databases.Abstract implementation of DataStoreFactory for jdbc datastores.Reader for jdbc datastoreFeatureStore implementation for jdbc based relational database tables.Inserts features in the database.Abstract implementation of DataStoreFactory for jdbc datastores which obtain a JNDI connection.Feature reader that wraps multiple feature readers in a join query.Feature reader that wraps multiple feature readers in a joining / post filtered query.Callback forJDBCFeatureReader
.State for jdbc datastore providing additional cached values such as primary key and database connection.Id filter that knows what feature type it comes from.Holds information about a join query.Property name that knows what feature type it comes from.Un-wraps theLifecycleConnection
instancesLooks up primary key information in a metadata table provided by the user.Represents a column of a primary key which is not auto incrementing.Primary key for tables which do not have a primary key.Extension of FilterToSQL intended for use with prepared statements.SQL dialect which uses prepared statements for database interaction.Primary key of a table.Represents a column in a primary key.Fid validator which validates with respect to a primary key.A regular expression based validatorRepresents a column of a primary key which has an associated sequence used to generate its values.AConnectionLifecycleListener
that executes custom SQL commands on connection grab and release.The driver used by JDBCDataStore to directly communicate with the database.Describes a virtual table, that is, a feature type created starting from a generic SQL query.AVirtualTable
parameter.Interface to be implemented by parameter value validators