Uses of Class
org.geotools.jdbc.PrimaryKeyFinder
-
Packages that use PrimaryKeyFinder Package Description org.geotools.jdbc -
-
Uses of PrimaryKeyFinder in org.geotools.jdbc
Subclasses of PrimaryKeyFinder in org.geotools.jdbc Modifier and Type Class Description class
CompositePrimaryKeyFinder
Executes a chain ofPrimaryKeyFinder
in the order they are definedclass
HeuristicPrimaryKeyFinder
Looks up the primary key using theDatabaseMetaData
for the specified table, looking both for primary keys and unique indexes.class
MetadataTablePrimaryKeyFinder
Looks 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 PrimaryKeyFinder
JDBCDataStore. primaryKeyFinder
Finds 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 PrimaryKeyFinder
JDBCDataStore. getPrimaryKeyFinder()
Returns the finder used to buildPrimaryKey
representationsMethods in org.geotools.jdbc with parameters of type PrimaryKeyFinder Modifier and Type Method Description void
JDBCDataStore. setPrimaryKeyFinder(PrimaryKeyFinder primaryKeyFinder)
Sets the finder used to buildPrimaryKey
representationsConstructors in org.geotools.jdbc with parameters of type PrimaryKeyFinder Constructor Description CompositePrimaryKeyFinder(PrimaryKeyFinder... finders)
-