org.exolab.castor.jdo.drivers
public final class HsqlQueryExpression extends JDBCQueryExpression
Version: $Revision: 1.10 $ $Date: 2005/07/05 13:25:41 $
Constructor Summary | |
---|---|
HsqlQueryExpression(PersistenceFactory factory) |
Method Summary | |
---|---|
protected StringBuffer | getStandardStatement(boolean lock, boolean oj)
Helper method. |
String | getStatement(boolean lock) |
boolean | isLimitClauseSupported()
Provides an implementation of isLimitClauseSupported. |
boolean | isOffsetClauseSupported()
Provides an implementation of isOffsetClauseSupported. |
Parameters: lock whether to lock selected tables oj true in the first case above, false in the second case.
Returns: true to indicate that this feature is supported by mySQL.
See Also: isLimitClauseSupported
Returns: true to indicate that this feature is supported by mySQL.
See Also: isOffsetClauseSupported