类 DatabaseMetaDataWrapper.Column

    • 构造器详细资料

      • Column

        public Column()
    • 方法详细资料

      • getName

        public java.lang.String getName()
      • 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()
      • isPrimaryKey

        public boolean isPrimaryKey()
      • isAutoIncrement

        public boolean isAutoIncrement()