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
  • Constructor Details

    • AutoGeneratedPrimaryKeyColumn

      public AutoGeneratedPrimaryKeyColumn(String name, Class type)