public class HsqlDbTableImpl extends TableImpl implements HsqlDbTable
Default implementation of a table in a HsqlDb database.
TableImpl.NameImplTable.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, newPrimaryKeyclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetColumn, getColumn, getColumns, getDeleteStatement, getForeignKeys, getIndexes, getInsertStatement, getName, getPrimaryKey, getQName, getSchema, getSelectStatement, getUpdateStatement, newColumn, newColumn, newForeignKey, newIndex, newKey, newPrimaryKeyprotected HsqlDbTableImpl(Schema pSchema, Table.Name pName)
public void setCached(boolean pCached)
HsqlDbTableSets whether this is a cached table or not. By default tables are cached.
setCached in interface HsqlDbTablepublic boolean isCached()
HsqlDbTableReturns whether this is a cached table or not. By default tables are cached.
isCached in interface HsqlDbTable