|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
List<PrimaryKeyColumn> |
PrimaryKey.getColumns()
|
Methods in org.geotools.jdbc with parameters of type PrimaryKeyColumn | |
---|---|
protected Object |
JDBCDataStore.getLastValue(PrimaryKeyColumn col,
PrimaryKey pkey,
Connection cx)
Gets the last value of a generated primary key column. |
protected Object |
JDBCDataStore.getNextValue(PrimaryKeyColumn col,
PrimaryKey pkey,
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(String tableName,
List<PrimaryKeyColumn> columns)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |