Package org.geotools.jdbc
Class SequencedPrimaryKeyColumn
- Object
-
- PrimaryKeyColumn
-
- SequencedPrimaryKeyColumn
-
public class SequencedPrimaryKeyColumn extends PrimaryKeyColumn
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 Constructor Description SequencedPrimaryKeyColumn(String name, Class type, String sequenceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSequenceName()
-
Methods inherited from class PrimaryKeyColumn
getName, getType
-
-