类 ColumnModel
java.lang.Object
cn.featherfly.common.db.model.AbstractColumn
cn.featherfly.common.db.model.AbstractColumnPojo<ColumnModel>
cn.featherfly.common.db.builder.ColumnModel
- 所有已实现的接口:
Column
public class ColumnModel extends AbstractColumnPojo<ColumnModel>
ColumnModel
-
字段概要
从类继承的字段 cn.featherfly.common.db.model.AbstractColumn
autoincrement, columnIndex, decimalDigits, defaultValue, name, nullable, primaryKey, remark, size, sqlType, table, type, typeName -
构造器概要
构造器 构造器 说明 ColumnModel() -
方法概要
从类继承的方法 cn.featherfly.common.db.model.AbstractColumnPojo
setAutoincrement, setColumnIndex, setDecimalDigits, setDefaultValue, setName, setNullable, setPrimaryKey, setRemark, setSize, setSqlType, setTable, setType, setTypeName从类继承的方法 cn.featherfly.common.db.model.AbstractColumn
equals, getColumnIndex, getDecimalDigits, getDefaultValue, getName, getRemark, getSize, getSqlType, getTable, getType, getTypeName, hashCode, isAutoincrement, isNullable, isPrimaryKey, toString从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
构造器详细资料
-
ColumnModel
public ColumnModel()
-