org.apache.ws.jaxme.sqls.hsqldb
Interface HsqlDbTable

All Superinterfaces:
Table
All Known Implementing Classes:
HsqlDbTableImpl

public interface HsqlDbTable
extends Table

Interface of a table in a HsqlDb database.

Author:
Jochen Wiedmann

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.ws.jaxme.sqls.Table
Table.Name
 
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 Detail

setCached

void setCached(boolean pCached)

Sets whether this is a cached table or not. By default tables are cached.


isCached

boolean isCached()

Returns whether this is a cached table or not. By default tables are cached.