org.apache.ws.jaxme.sqls.hsqldb
Interface HsqlDbTable
- Table
- HsqlDbTableImpl
public interface HsqlDbTable
Interface of a table in a HsqlDb database.
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 |
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.