Package | Description |
---|---|
org.geotools.data.jdbc | |
org.geotools.geopkg | |
org.geotools.jdbc |
Modifier and Type | Field and Description |
---|---|
protected PrimaryKey |
FilterToSQL.primaryKey
The primary key corresponding to the table the filter is being encoded against.
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
FilterToSQL.getPrimaryKey() |
Modifier and Type | Method and Description |
---|---|
void |
FilterToSQL.setPrimaryKey(PrimaryKey primaryKey) |
Modifier and Type | Method and Description |
---|---|
protected PrimaryKey |
GeoPkgDialect.getPrimaryKey(String typeName) |
Modifier and Type | Class and Description |
---|---|
class |
NullPrimaryKey
Primary key for tables which do not have a primary key.
|
Modifier and Type | Field and Description |
---|---|
protected PrimaryKey |
JDBCFeatureReader.pkey
The primary key
|
Modifier and Type | Method and Description |
---|---|
PrimaryKey |
JDBCFeatureStore.getPrimaryKey() |
PrimaryKey |
JDBCFeatureSource.getPrimaryKey()
Returns the primary key of the table backed by feature store.
|
PrimaryKey |
JDBCFeatureReader.getPrimaryKey() |
PrimaryKey |
JDBCState.getPrimaryKey()
The cached primary key.
|
protected PrimaryKey |
JDBCDataStore.getPrimaryKey(ContentEntry entry)
Returns the primary key object for a particular entry, deriving it from the underlying
database metadata.
|
PrimaryKey |
MetadataTablePrimaryKeyFinder.getPrimaryKey(JDBCDataStore store,
String schema,
String table,
Connection cx) |
PrimaryKey |
CompositePrimaryKeyFinder.getPrimaryKey(JDBCDataStore store,
String schema,
String table,
Connection cx) |
PrimaryKey |
HeuristicPrimaryKeyFinder.getPrimaryKey(JDBCDataStore store,
String databaseSchema,
String tableName,
Connection cx) |
abstract PrimaryKey |
PrimaryKeyFinder.getPrimaryKey(JDBCDataStore store,
String schema,
String table,
Connection cx)
Returns the
PrimaryKey , or null if a specific type could not be determined
(the datastore will fall back on NullPrimaryKey in that case. |
PrimaryKey |
JDBCDataStore.getPrimaryKey(SimpleFeatureType featureType)
Returns the primary key object for a particular feature type / table, deriving it from the
underlying database metadata.
|
protected PrimaryKey |
SQLDialect.getPrimaryKey(String typeName) |
Modifier and Type | Method and Description |
---|---|
protected static List<Object> |
JDBCDataStore.decodeFID(PrimaryKey key,
String FID,
boolean strict)
Decodes a fid into its components based on a primary key.
|
protected String |
JDBCDataStore.encodeFID(PrimaryKey pkey,
ResultSet rs)
Calls through to:
encodeFID(pkey, rs, 0);
|
protected String |
JDBCDataStore.encodeFID(PrimaryKey pkey,
ResultSet rs,
int offset)
Encodes a feature id from a primary key and result set values.
|
protected static LinkedHashSet<String> |
JDBCDataStore.getColumnNames(PrimaryKey key)
Returns the set of the primary key column names.
|
protected boolean |
JDBCDataStore.isGenerated(PrimaryKey pkey)
Determines if a primary key is made up entirely of column which are generated via an
auto-generating column or a sequence.
|
void |
JDBCState.setPrimaryKey(PrimaryKey primaryKey)
Sets the cached primary key.
|
Copyright © 1996–2019 Geotools. All rights reserved.