类 ColumnMetadata
java.lang.Object
cn.featherfly.common.db.model.AbstractColumn
cn.featherfly.common.db.metadata.ColumnMetadata
- 所有已实现的接口:
Column
public class ColumnMetadata extends AbstractColumn
列元数据
.-
字段概要
从类继承的字段 cn.featherfly.common.db.model.AbstractColumn
autoincrement, columnIndex, decimalDigits, defaultValue, name, nullable, primaryKey, remark, size, sqlType, table, type, typeName -
构造器概要
构造器 构造器 说明 ColumnMetadata(TableMetadata tableMetadata)Instantiates a new column metadata. -
方法概要
从类继承的方法 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
-
构造器详细资料
-
ColumnMetadata
Instantiates a new column metadata.- 参数:
tableMetadata- 表元数据
-