Class IdentityDef


  • public class IdentityDef
    extends Object
    Represents the definition of a primary key constraint on a table
    • Field Detail

      • column

        public final String column
      • generated

        public final Generated generated
    • Constructor Detail

      • IdentityDef

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

      • getColumnName

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

        public Generated getGenerated()
        Getter for the generation preference