类 PhoenixColumnModel

java.lang.Object
cn.smallbun.screw.core.query.phoenix.model.PhoenixColumnModel
所有已实现的接口:
Column, Serializable

public class PhoenixColumnModel extends Object implements Column
表字段信息
作者:
siaron.wang@gmail.com
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • scopeTable

      private Object scopeTable
    • tableCat

      private String tableCat
    • bufferLength

      private String bufferLength
    • isNullable

      private String isNullable
    • tableName

      private String tableName
      表名
    • columnDef

      private String columnDef
      默认值
    • scopeCatalog

      private Object scopeCatalog
    • tableSchem

      private Object tableSchem
    • columnName

      private String columnName
    • nullable

      private String nullable
    • remarks

      private String remarks
      说明
    • decimalDigits

      private String decimalDigits
      小数位
    • numPrecRadix

      private String numPrecRadix
    • sqlDatetimeSub

      private String sqlDatetimeSub
    • isGeneratedColumn

      private String isGeneratedColumn
    • isAutoIncrement

      private String isAutoIncrement
    • sqlDataType

      private String sqlDataType
    • charOctetLength

      private String charOctetLength
    • ordinalPosition

      private String ordinalPosition
    • scopeSchema

      private Object scopeSchema
    • sourceDataType

      private Object sourceDataType
    • dataType

      private String dataType
      数据类型
    • typeName

      private String typeName
    • columnSize

      private String columnSize
      列表示给定列的指定列大小。 对于数值数据,这是最大精度。 对于字符数据,这是字符长度。 对于日期时间数据类型,这是 String 表示形式的字符长度(假定允许的最大小数秒组件的精度)。 对于二进制数据,这是字节长度。 对于 ROWID 数据类型,这是字节长度。对于列大小不适用的数据类型,则返回 Null。
    • primaryKey

      private String primaryKey
      是否主键
    • columnType

      private String columnType
      列类型(带长度)
    • columnLength

      private String columnLength
      列长度
  • 构造器详细资料

    • PhoenixColumnModel

      public PhoenixColumnModel()