Uses of Class
org.geotools.jdbc.PrimaryKeyColumn

Packages that use PrimaryKeyColumn
org.geotools.jdbc   
 

Uses of PrimaryKeyColumn in org.geotools.jdbc
 

Subclasses of PrimaryKeyColumn in org.geotools.jdbc
 class AutoGeneratedPrimaryKeyColumn
          Represents a column of a primary key whose values are auto generated by the database.
 class NonIncrementingPrimaryKeyColumn
          Represents a column of a primary key which is not auto incrementing.
 class SequencedPrimaryKeyColumn
          Represents a column of a primary key which has an associated sequence used to generate its values.
 

Methods in org.geotools.jdbc that return types with arguments of type PrimaryKeyColumn
 java.util.List<PrimaryKeyColumn> PrimaryKey.getColumns()
           
 

Methods in org.geotools.jdbc with parameters of type PrimaryKeyColumn
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.lang.Object JDBCDataStore.getNextValue(PrimaryKeyColumn col, PrimaryKey pkey, java.sql.Connection cx)
          Gets the next value for the column of a primary key.
 

Constructor parameters in org.geotools.jdbc with type arguments of type PrimaryKeyColumn
PrimaryKey(java.lang.String tableName, java.util.List<PrimaryKeyColumn> columns)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.