Uses of Class
org.geotools.jdbc.PrimaryKeyFinder
- 
Packages that use PrimaryKeyFinder Package Description org.geotools.data.geoparquet org.geotools.jdbc 
- 
- 
Uses of PrimaryKeyFinder in org.geotools.data.geoparquetMethods in org.geotools.data.geoparquet that return PrimaryKeyFinder Modifier and Type Method Description PrimaryKeyFinderGeoParquetDialect. getPrimaryKeyFinder()Provides a PrimaryKeyFinder that identifies the 'id' column as the primary key.
- 
Uses of PrimaryKeyFinder in org.geotools.jdbcSubclasses of PrimaryKeyFinder in org.geotools.jdbc Modifier and Type Class Description classCompositePrimaryKeyFinderExecutes a chain ofPrimaryKeyFinderin the order they are definedclassHeuristicPrimaryKeyFinderLooks up the primary key using theDatabaseMetaDatafor the specified table, looking both for primary keys and unique indexes.classMetadataTablePrimaryKeyFinderLooks up primary key information in a metadata table provided by the user.Fields in org.geotools.jdbc declared as PrimaryKeyFinder Modifier and Type Field Description protected PrimaryKeyFinderJDBCDataStore. primaryKeyFinderFinds the primary key definitions (instantiated here because the finders might keep state)Methods in org.geotools.jdbc that return PrimaryKeyFinder Modifier and Type Method Description PrimaryKeyFinderJDBCDataStore. getPrimaryKeyFinder()Returns the finder used to buildPrimaryKeyrepresentationsMethods in org.geotools.jdbc with parameters of type PrimaryKeyFinder Modifier and Type Method Description voidJDBCDataStore. setPrimaryKeyFinder(PrimaryKeyFinder primaryKeyFinder)Sets the finder used to buildPrimaryKeyrepresentationsConstructors in org.geotools.jdbc with parameters of type PrimaryKeyFinder Constructor Description CompositePrimaryKeyFinder(PrimaryKeyFinder... finders)
 
-