org.geotools.jdbc
Class AutoGeneratedPrimaryKeyColumn

Object
  extended by PrimaryKeyColumn
      extended by 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)

Constructor Summary
AutoGeneratedPrimaryKeyColumn(String name, Class type)
           
 
Method Summary
 
Methods inherited from class PrimaryKeyColumn
getName, getType
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoGeneratedPrimaryKeyColumn

public AutoGeneratedPrimaryKeyColumn(String name,
                                     Class type)


Copyright © 1996-2010 Geotools. All Rights Reserved.