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
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequencedPrimaryKeyColumn
public SequencedPrimaryKeyColumn(String name,
Class type,
String sequenceName)
getSequenceName
public String getSequenceName()
Copyright © 1996-2014 Geotools. All Rights Reserved.