Package | Description |
---|---|
org.geotools.jdbc |
Modifier and Type | Class and Description |
---|---|
class |
CompositePrimaryKeyFinder
Executes a chain of
PrimaryKeyFinder in the order they are defined |
class |
HeuristicPrimaryKeyFinder
Looks up the primary key using the
DatabaseMetaData 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.
|
Modifier and Type | Field and Description |
---|---|
protected PrimaryKeyFinder |
JDBCDataStore.primaryKeyFinder
Finds the primary key definitions (instantiated here because the finders might keep state)
|
Modifier and Type | Method and Description |
---|---|
PrimaryKeyFinder |
JDBCDataStore.getPrimaryKeyFinder()
Returns the finder used to build
PrimaryKey representations |
Modifier and Type | Method and Description |
---|---|
void |
JDBCDataStore.setPrimaryKeyFinder(PrimaryKeyFinder primaryKeyFinder)
Sets the finder used to build
PrimaryKey representations |
Constructor and Description |
---|
CompositePrimaryKeyFinder(PrimaryKeyFinder... finders) |
Copyright © 1996–2023 Geotools. All rights reserved.