public class HsqlDbTableImpl extends TableImpl implements HsqlDbTable
Default implementation of a table in a HsqlDb database.
TableImpl.NameImpl
Table.Name
Modifier | Constructor and Description |
---|---|
protected |
HsqlDbTableImpl(Schema pSchema,
Table.Name pName) |
Modifier and Type | Method and Description |
---|---|
boolean |
isCached()
Returns whether this is a cached table or not.
|
void |
setCached(boolean pCached)
Sets whether this is a cached table or not.
|
equals, getColumn, getColumn, getColumns, getDeleteStatement, getForeignKeys, getIndexes, getInsertStatement, getName, getPrimaryKey, getQName, getSchema, getSelectStatement, getUpdateStatement, hashCode, newColumn, newColumn, newForeignKey, newIndex, newKey, newPrimaryKey
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getColumn, getColumn, getColumns, getDeleteStatement, getForeignKeys, getIndexes, getInsertStatement, getName, getPrimaryKey, getQName, getSchema, getSelectStatement, getUpdateStatement, newColumn, newColumn, newForeignKey, newIndex, newKey, newPrimaryKey
protected HsqlDbTableImpl(Schema pSchema, Table.Name pName)
public void setCached(boolean pCached)
HsqlDbTable
Sets whether this is a cached table or not. By default tables are cached.
setCached
in interface HsqlDbTable
public boolean isCached()
HsqlDbTable
Returns whether this is a cached table or not. By default tables are cached.
isCached
in interface HsqlDbTable