Package org.geotools.jdbc
Class AutoGeneratedPrimaryKeyColumn
Object
PrimaryKeyColumn
AutoGeneratedPrimaryKeyColumn
Represents a column of a primary key whose values are auto generated by the database.
This class does not generate new values for the key, relying on the database to do so.
- Author:
- Justin Deoliveira, OpenGEO
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PrimaryKeyColumn
getName, getType
-
Constructor Details
-
AutoGeneratedPrimaryKeyColumn
-