Class Column.MetaData

  • Enclosing class:
    Column

    public static class Column.MetaData
    extends java.lang.Object
    • Method Detail

      • getTableName

        public java.lang.String getTableName()
      • getColumnName

        public java.lang.String getColumnName()
      • getTypeName

        public java.lang.String getTypeName()
      • getJdbcType

        public java.sql.JDBCType getJdbcType()
      • getLength

        public long getLength()
      • isUnsigned

        public boolean isUnsigned()
      • isBinary

        public boolean isBinary()
      • getDecimal

        public long getDecimal()
      • isPrimaryKey

        public boolean isPrimaryKey()
      • isAutoIncrement

        public boolean isAutoIncrement()
      • isUnique

        public boolean isUnique()
      • isNotNull

        public boolean isNotNull()
      • isHasDefaultValue

        public boolean isHasDefaultValue()