类 TableModel
java.lang.Object
cn.featherfly.common.db.model.AbstractTable<C>
cn.featherfly.common.db.model.AbstractTablePojo<TableModel,ColumnModel>
cn.featherfly.common.db.builder.TableModel
- 所有已实现的接口:
Table
public class TableModel extends AbstractTablePojo<TableModel,ColumnModel>
TableModel
.-
字段概要
从类继承的字段 cn.featherfly.common.db.model.AbstractTable
catalog, columnMap, indexMap, name, primaryColumns, remark, schema, type -
构造器概要
构造器 构造器 说明 TableModel()Instantiates a new table model. -
方法概要
从类继承的方法 cn.featherfly.common.db.model.AbstractTablePojo
addColumn, addColumn, addColumn, addIndex, addIndex, addIndex, setCatalog, setName, setRemark, setSchema, setType从类继承的方法 cn.featherfly.common.db.model.AbstractTable
add, add, equals, getCatalog, getColumn, getColumnMap, getColumns, getIndex, getIndexMap, getIndexs, getName, getPrimaryColumns, getRemark, getSchema, getType, hasColumn, hashCode, hasIndex, toString从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
构造器详细资料
-
TableModel
public TableModel()Instantiates a new table model.
-