类 ColumnMeta

    • 构造器详细资料

      • ColumnMeta

        public ColumnMeta()
    • 方法详细资料

      • getColName

        public String getColName()
      • setColName

        public void setColName​(String colName)
      • getDataType

        public Integer getDataType()
      • setDataType

        public void setDataType​(Integer dataType)
      • getTypeName

        public String getTypeName()
      • setTypeName

        public void setTypeName​(String typeName)
      • getDefaultValue

        public String getDefaultValue()
      • setDefaultValue

        public void setDefaultValue​(String defaultValue)
      • isNullable

        public boolean isNullable()
      • setNullable

        public void setNullable​(boolean nullable)
      • isAutoIncrement

        public boolean isAutoIncrement()
        返回:
        the autoIncrement
      • setAutoIncrement

        public void setAutoIncrement​(boolean autoIncrement)
        参数:
        autoIncrement - the autoIncrement to set
      • isPK

        public boolean isPK()
        返回:
        the isPK
      • setPK

        public void setPK​(boolean isPK)
        参数:
        isPK - the isPK to set
      • getColumnSize

        public int getColumnSize()
        返回:
        the columnSize
      • setColumnSize

        public void setColumnSize​(int columnSize)
        参数:
        columnSize - the columnSize to set
      • getDecimalDigits

        public int getDecimalDigits()
        返回:
        the decimalDigits
      • setDecimalDigits

        public void setDecimalDigits​(int decimalDigits)
        参数:
        decimalDigits - the decimalDigits to set
      • getNumPrecRadix

        public int getNumPrecRadix()
        返回:
        the numPrecRadix
      • setNumPrecRadix

        public void setNumPrecRadix​(int numPrecRadix)
        参数:
        numPrecRadix - the numPrecRadix to set
      • getComments

        public String getComments()
      • setComments

        public void setComments​(String comments)
      • isPartitionKey

        public boolean isPartitionKey()
      • setPartitionKey

        public void setPartitionKey​(boolean partitionKey)
      • isUnique

        public boolean isUnique()
      • setUnique

        public void setUnique​(boolean unique)
      • isIndex

        public boolean isIndex()
      • setIndex

        public void setIndex​(boolean isIndex)
      • getIndexName

        public String getIndexName()
      • setIndexName

        public void setIndexName​(String indexName)