public interface HsqlDbTable extends Table
Interface of a table in a HsqlDb database.
Table.Name
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.
|
getColumn, getColumn, getColumns, getDeleteStatement, getForeignKeys, getIndexes, getInsertStatement, getName, getPrimaryKey, getQName, getSchema, getSelectStatement, getUpdateStatement, newColumn, newColumn, newForeignKey, newIndex, newKey, newPrimaryKey