net.sf.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 inherited from class net.sf.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 net.sf.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

public void setCached(boolean pCached)

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


isCached

public boolean isCached()

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