org.apache.ws.jaxme.sqls.hsqldb

Interface HsqlDbTable

All Superinterfaces:
Table
Known Implementing Classes:
HsqlDbTableImpl

public interface HsqlDbTable
extends Table

Interface of a table in a HsqlDb database.
Author:
Jochen Wiedmann

Method Summary

boolean
isCached()
Returns whether this is a cached table or not.
void
setCached(boolean pCached)
Sets whether this is a cached table or not.

Methods inherited from interface org.apache.ws.jaxme.sqls.Table

getColumn, getColumn, getColumns, getDeleteStatement, getForeignKeys, getIndexes, getInsertStatement, getName, getPrimaryKey, getQName, getSchema, getSelectStatement, getUpdateStatement, newColumn, newColumn, newForeignKey, newIndex, newKey, newPrimaryKey

Method Details

isCached

public boolean isCached()
Returns whether this is a cached table or not. By default tables are cached.

setCached

public void setCached(boolean pCached)
Sets whether this is a cached table or not. By default tables are cached.