|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of a table in a HsqlDb database.
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 |
public void setCached(boolean pCached)
Sets whether this is a cached table or not. By default tables are cached.
public boolean isCached()
Returns whether this is a cached table or not. By default tables are cached.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |