类 ColumnInfo

java.lang.Object
cn.vonce.sql.bean.ColumnInfo

public class ColumnInfo extends Object
列字段信息
版本:
1.0
作者:
Jovi
  • 构造器详细资料

    • ColumnInfo

      public ColumnInfo()
  • 方法详细资料

    • getCid

      public Integer getCid()
    • setCid

      public void setCid(Integer cid)
    • getName

      public String getName()
    • getName

      public String getName(boolean toUpperCase)
    • setName

      public void setName(String name)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getNotnull

      public Boolean getNotnull()
    • setNotnull

      public void setNotnull(Boolean notnull)
    • getDfltValue

      public String getDfltValue()
    • setDfltValue

      public void setDfltValue(String dfltValue)
    • getPk

      public Boolean getPk()
    • setPk

      public void setPk(Boolean pk)
    • getFk

      public Boolean getFk()
    • setFk

      public void setFk(Boolean fk)
    • getAutoIncr

      public Boolean getAutoIncr()
    • setAutoIncr

      public void setAutoIncr(Boolean autoIncr)
    • getLength

      public Long getLength()
    • setLength

      public void setLength(Long length)
    • getScale

      public Integer getScale()
    • setScale

      public void setScale(Integer scale)
    • getRemarks

      public String getRemarks()
    • setRemarks

      public void setRemarks(String remarks)