org.geotools.jdbc
Class AutoGeneratedPrimaryKeyColumn
Object
PrimaryKeyColumn
AutoGeneratedPrimaryKeyColumn
public class AutoGeneratedPrimaryKeyColumn
- extends PrimaryKeyColumn
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
- Module:
modules/library/jdbc (gt-jdbc.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoGeneratedPrimaryKeyColumn
public AutoGeneratedPrimaryKeyColumn(String name,
Class type)
Copyright © 1996-2009 Geotools. All Rights Reserved.