类 DatabaseMetaDataWrapper.Column
java.lang.Object
com.baomidou.mybatisplus.generator.jdbc.DatabaseMetaDataWrapper.Column
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.apache.ibatis.type.JdbcTypeintgetName()intgetScale()booleanbooleanbooleanbooleanvoidsetTypeName(String typeName)
-
构造器详细资料
-
Column
public Column()
-
-
方法详细资料
-
isPrimaryKey
public boolean isPrimaryKey() -
isAutoIncrement
public boolean isAutoIncrement() -
getName
-
getLength
public int getLength() -
isNullable
public boolean isNullable() -
getRemarks
-
getDefaultValue
-
getScale
public int getScale() -
getJdbcType
public org.apache.ibatis.type.JdbcType getJdbcType() -
getTypeName
-
isGeneratedColumn
public boolean isGeneratedColumn() -
setTypeName
-