Package org.geotools.jdbc
Class NonIncrementingPrimaryKeyColumn
Object
PrimaryKeyColumn
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.
- Author:
- Justin Deoliveira, OpenGEO
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PrimaryKeyColumn
getName, getType
-
Constructor Details
-
NonIncrementingPrimaryKeyColumn
-