Uses of Class
org.geotools.jdbc.PrimaryKeyFinder
Packages that use PrimaryKeyFinder
-
Uses of PrimaryKeyFinder in org.geotools.data.geoparquet
Methods in org.geotools.data.geoparquet that return PrimaryKeyFinderModifier and TypeMethodDescriptionGeoParquetDialect.getPrimaryKeyFinder()
Provides a PrimaryKeyFinder that identifies the 'id' column as the primary key. -
Uses of PrimaryKeyFinder in org.geotools.jdbc
Subclasses of PrimaryKeyFinder in org.geotools.jdbcModifier and TypeClassDescriptionclass
Executes a chain ofPrimaryKeyFinder
in the order they are definedclass
Looks up the primary key using theDatabaseMetaData
for the specified table, looking both for primary keys and unique indexes.class
Looks up primary key information in a metadata table provided by the user.Fields in org.geotools.jdbc declared as PrimaryKeyFinderModifier and TypeFieldDescriptionprotected PrimaryKeyFinder
JDBCDataStore.primaryKeyFinder
Finds the primary key definitions (instantiated here because the finders might keep state)Methods in org.geotools.jdbc that return PrimaryKeyFinderModifier and TypeMethodDescriptionJDBCDataStore.getPrimaryKeyFinder()
Returns the finder used to buildPrimaryKey
representationsMethods in org.geotools.jdbc with parameters of type PrimaryKeyFinderModifier and TypeMethodDescriptionvoid
JDBCDataStore.setPrimaryKeyFinder
(PrimaryKeyFinder primaryKeyFinder) Sets the finder used to buildPrimaryKey
representationsConstructors in org.geotools.jdbc with parameters of type PrimaryKeyFinder