Class IdentityDef


  • public class IdentityDef
    extends java.lang.Object
    Represents the definition of a primary key constraint on a table
    • Constructor Summary

      Constructors 
      Constructor Description
      IdentityDef​(java.lang.String columnName, Generated generatedPref)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getColumnName()
      Getter for the name of the identity column
      Generated getGenerated()
      Getter for the generation preference
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • column

        public final java.lang.String column
      • generated

        public final Generated generated
    • Constructor Detail

      • IdentityDef

        public IdentityDef​(java.lang.String columnName,
                           Generated generatedPref)
    • Method Detail

      • getColumnName

        public java.lang.String getColumnName()
        Getter for the name of the identity column
      • getGenerated

        public Generated getGenerated()
        Getter for the generation preference