Uses of Class
org.geotools.jdbc.PrimaryKeyFinder

Packages that use PrimaryKeyFinder
org.geotools.jdbc   
 

Uses of PrimaryKeyFinder in org.geotools.jdbc
 

Subclasses of PrimaryKeyFinder in org.geotools.jdbc
 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 The table schema will contain: table_schema (varchar): schema name table_name (varchar): table name pk_column (varchar): column name pk_column_idx (integer): column index if pk is multicolumn (nullable) pk_policy (varchar): pk assignment policy: "assigned", "sequence", "autogenerated" pk_sequence (varchar): full name of the sequence to be used to generate the next value, if any By default the table is named 'gt_pk_metadata_table'
 

Fields in org.geotools.jdbc declared as PrimaryKeyFinder
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
 PrimaryKeyFinder JDBCDataStore.getPrimaryKeyFinder()
          Returns the finder used to build PrimaryKey representations
 

Methods in org.geotools.jdbc with parameters of type PrimaryKeyFinder
 void JDBCDataStore.setPrimaryKeyFinder(PrimaryKeyFinder primaryKeyFinder)
          Sets the finder used to build PrimaryKey representations
 

Constructors in org.geotools.jdbc with parameters of type PrimaryKeyFinder
CompositePrimaryKeyFinder(PrimaryKeyFinder... finders)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.