org.apache.ws.jaxme.sqls.hsqldb
public interface HsqlDbTable extends Table
Interface of a table in a HsqlDb database.
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. |
Returns whether this is a cached table or not. By default tables are cached.
Sets whether this is a cached table or not. By default tables are cached.