类 Column

java.lang.Object
com.walker.jdbc.generator.db.Column

public class Column extends Object
数据库列定义。
作者:
时克英
  • 构造器详细资料

    • Column

      public Column(Map columnMap)
  • 方法详细资料

    • getLength

      public Integer getLength()
    • getName

      public String getName()
    • getNot_null

      public String getNot_null()
    • getType

      public String getType()
    • getComment

      public String getComment()
    • getDigits

      public Integer getDigits()
    • setDigits

      public void setDigits(Integer digits)