|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.jdbc.PrimaryKeyColumn
org.geotools.jdbc.NonIncrementingPrimaryKeyColumn
public class NonIncrementingPrimaryKeyColumn
Represents a column of a primary key which is not auto incrementing.
If the type of the column is integral, new values are generated by selecting the max value of the key and adding 1 to it. If the column is character based a random string is generated.
Constructor Summary | |
---|---|
NonIncrementingPrimaryKeyColumn(java.lang.String name,
java.lang.Class type)
|
Method Summary |
---|
Methods inherited from class org.geotools.jdbc.PrimaryKeyColumn |
---|
getName, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NonIncrementingPrimaryKeyColumn(java.lang.String name, java.lang.Class type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |