类 SimpleTable
java.lang.Object
cn.featherfly.common.db.model.AbstractTable<C>
cn.featherfly.common.db.model.AbstractTablePojo<SimpleTable,SimpleColumn>
cn.featherfly.common.db.model.SimpleTable
- 所有已实现的接口:
Table
public class SimpleTable extends AbstractTablePojo<SimpleTable,SimpleColumn>
SimpleTable
-
字段概要
从类继承的字段 cn.featherfly.common.db.model.AbstractTable
catalog, columnMap, indexMap, name, primaryColumns, remark, schema, type -
构造器概要
构造器 构造器 说明 SimpleTable() -
方法概要
从类继承的方法 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
-
构造器详细资料
-
SimpleTable
public SimpleTable()
-