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