Class ColumnDefaultsBasicImpl


  • public class ColumnDefaultsBasicImpl
    extends Object
    • Constructor Detail

      • ColumnDefaultsBasicImpl

        public ColumnDefaultsBasicImpl()
    • Method Detail

      • isNullable

        public Boolean isNullable()
      • getLength

        public Integer getLength()
      • getScale

        public Integer getScale()
      • getPrecision

        public Integer getPrecision()
      • isUnique

        public Boolean isUnique()
      • isInsertable

        public Boolean isInsertable()
      • isUpdateable

        public Boolean isUpdateable()