org.apache.ws.jaxme.sqls.hsqldb

Interface HsqlDbTable

public interface HsqlDbTable extends Table

Interface of a table in a HsqlDb database.

Author: Jochen Wiedmann

Method Summary
booleanisCached()

Returns whether this is a cached table or not.

voidsetCached(boolean pCached)

Sets whether this is a cached table or not.

Method Detail

isCached

public boolean isCached()

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

setCached

public void setCached(boolean pCached)

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