Package org.geotools.jdbc
Class SequencedPrimaryKeyColumn
Object
PrimaryKeyColumn
SequencedPrimaryKeyColumn
Represents a column of a primary key which has an associated sequence used to generate its values.
New values for the key are generated by selecting the next value of the sequence.
- Author:
- Justin Deoliveira, OpenGEO
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PrimaryKeyColumn
getName, getType
-
Constructor Details
-
SequencedPrimaryKeyColumn
-
-
Method Details
-
getSequenceName
-