Uses of Class
org.geotools.jdbc.PrimaryKey

Packages that use PrimaryKey
org.geotools.data.jdbc   
org.geotools.jdbc   
 

Uses of PrimaryKey in org.geotools.data.jdbc
 

Fields in org.geotools.data.jdbc declared as PrimaryKey
protected  PrimaryKey FilterToSQL.primaryKey
          The primary key corresponding to the table the filter is being encoded against.
 

Methods in org.geotools.data.jdbc that return PrimaryKey
 PrimaryKey FilterToSQL.getPrimaryKey()
           
 

Methods in org.geotools.data.jdbc with parameters of type PrimaryKey
 void FilterToSQL.setPrimaryKey(PrimaryKey primaryKey)
           
 

Uses of PrimaryKey in org.geotools.jdbc
 

Subclasses of PrimaryKey in org.geotools.jdbc
 class NullPrimaryKey
          Primary key for tables which do not have a primary key.
 

Fields in org.geotools.jdbc declared as PrimaryKey
protected  PrimaryKey JDBCFeatureReader.pkey
          The primary key
 

Methods in org.geotools.jdbc that return PrimaryKey
 PrimaryKey JDBCState.getPrimaryKey()
          The cached primary key.
 PrimaryKey JDBCFeatureSource.getPrimaryKey()
          Returns the primary key of the table backed by feature store.
 PrimaryKey JDBCFeatureStore.getPrimaryKey()
           
protected  PrimaryKey JDBCDataStore.getPrimaryKey(ContentEntry entry)
          Returns the primary key object for a particular entry, deriving it from the underlying database metadata.
abstract  PrimaryKey PrimaryKeyFinder.getPrimaryKey(JDBCDataStore store, java.lang.String schema, java.lang.String table, java.sql.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 MetadataTablePrimaryKeyFinder.getPrimaryKey(JDBCDataStore store, java.lang.String schema, java.lang.String table, java.sql.Connection cx)
           
 PrimaryKey HeuristicPrimaryKeyFinder.getPrimaryKey(JDBCDataStore store, java.lang.String databaseSchema, java.lang.String tableName, java.sql.Connection cx)
           
 PrimaryKey CompositePrimaryKeyFinder.getPrimaryKey(JDBCDataStore store, java.lang.String schema, java.lang.String table, java.sql.Connection cx)
           
protected  PrimaryKey JDBCDataStore.getPrimaryKey(org.opengis.feature.simple.SimpleFeatureType featureType)
          Returns the primary key object for a particular feature type / table, deriving it from the underlying database metadata.
 

Methods in org.geotools.jdbc with parameters of type PrimaryKey
protected  java.util.List<java.lang.Object> JDBCDataStore.decodeFID(PrimaryKey key, java.lang.String FID, boolean strict)
          Decodes a fid into its components based on a primary key.
protected  java.lang.String JDBCDataStore.encodeFID(PrimaryKey pkey, java.sql.ResultSet rs)
          Encodes a feature id from a primary key and result set values.
protected  java.util.LinkedHashSet<java.lang.String> JDBCDataStore.getColumnNames(PrimaryKey key)
          Returns the set of the primary key column names.
protected  java.lang.Object JDBCDataStore.getLastValue(PrimaryKeyColumn col, PrimaryKey pkey, java.sql.Connection cx)
          Gets the last value of a generated primary key column.
protected  java.util.List<java.lang.Object> JDBCDataStore.getLastValues(PrimaryKey pkey, java.sql.Connection cx)
          Gets the last value of a generated primary key.
protected  java.lang.Object JDBCDataStore.getNextValue(PrimaryKeyColumn col, PrimaryKey pkey, java.sql.Connection cx)
          Gets the next value for the column of a primary key.
protected  java.util.List<java.lang.Object> JDBCDataStore.getNextValues(PrimaryKey pkey, java.sql.Connection cx)
          Gets the next value of a primary key.
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-2010 Geotools. All Rights Reserved.