Uses of Class
org.geotools.jdbc.PrimaryKey
- 
Packages that use PrimaryKey Package Description org.geotools.data.jdbc org.geotools.geopkg org.geotools.jdbc 
- 
- 
Uses of PrimaryKey in org.geotools.data.jdbcFields in org.geotools.data.jdbc declared as PrimaryKey Modifier and Type Field Description protected PrimaryKeyFilterToSQL. primaryKeyThe primary key corresponding to the table the filter is being encoded against.Methods in org.geotools.data.jdbc that return PrimaryKey Modifier and Type Method Description PrimaryKeyFilterToSQL. getPrimaryKey()Methods in org.geotools.data.jdbc with parameters of type PrimaryKey Modifier and Type Method Description voidFilterToSQL. setPrimaryKey(PrimaryKey primaryKey)
- 
Uses of PrimaryKey in org.geotools.geopkgMethods in org.geotools.geopkg that return PrimaryKey Modifier and Type Method Description protected PrimaryKeyGeoPkgDialect. getPrimaryKey(String typeName)
- 
Uses of PrimaryKey in org.geotools.jdbcSubclasses of PrimaryKey in org.geotools.jdbc Modifier and Type Class Description classNullPrimaryKeyPrimary key for tables which do not have a primary key.Fields in org.geotools.jdbc declared as PrimaryKey Modifier and Type Field Description protected PrimaryKeyJDBCFeatureReader. pkeyThe primary keyMethods in org.geotools.jdbc that return PrimaryKey Modifier and Type Method Description PrimaryKeyCompositePrimaryKeyFinder. getPrimaryKey(JDBCDataStore store, String schema, String table, Connection cx)PrimaryKeyHeuristicPrimaryKeyFinder. getPrimaryKey(JDBCDataStore store, String databaseSchema, String tableName, Connection cx)PrimaryKeyJDBCDataStore. getPrimaryKey(SimpleFeatureType featureType)Returns the primary key object for a particular feature type / table, deriving it from the underlying database metadata.protected PrimaryKeyJDBCDataStore. getPrimaryKey(ContentEntry entry)Returns the primary key object for a particular entry, deriving it from the underlying database metadata.PrimaryKeyJDBCFeatureReader. getPrimaryKey()PrimaryKeyJDBCFeatureSource. getPrimaryKey()Returns the primary key of the table backed by feature store.PrimaryKeyJDBCFeatureStore. getPrimaryKey()PrimaryKeyJDBCState. getPrimaryKey()The cached primary key.PrimaryKeyMetadataTablePrimaryKeyFinder. getPrimaryKey(JDBCDataStore store, String schema, String table, Connection cx)abstract PrimaryKeyPrimaryKeyFinder. getPrimaryKey(JDBCDataStore store, String schema, String table, Connection cx)Returns thePrimaryKey, ornullif a specific type could not be determined (the datastore will fall back onNullPrimaryKeyin that case.protected PrimaryKeySQLDialect. getPrimaryKey(String typeName)Methods in org.geotools.jdbc with parameters of type PrimaryKey Modifier and Type Method Description static List<Object>JDBCDataStore. decodeFID(PrimaryKey key, String FID, boolean strict)Decodes a fid into its components based on a primary key.protected StringJDBCDataStore. encodeFID(PrimaryKey pkey, ResultSet rs)Calls through to:protected StringJDBCDataStore. 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 booleanJDBCDataStore. 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.voidJDBCState. setPrimaryKey(PrimaryKey primaryKey)Sets the cached primary key.
 
-