类 TableField.MetaInfo

  • 封闭类:
    TableField

    public static class TableField.MetaInfo
    extends java.lang.Object
    元数据信息
    从以下版本开始:
    3.5.0
    作者:
    nieqiurong 2021/2/8
    • 方法详细资料

      • getLength

        public int getLength()
      • isNullable

        public boolean isNullable()
      • getRemarks

        public java.lang.String getRemarks()
      • getDefaultValue

        public java.lang.String getDefaultValue()
      • getScale

        public int getScale()
      • getJdbcType

        public org.apache.ibatis.type.JdbcType getJdbcType()
      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object