Class 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
    • Method Summary

      • 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)