org.exolab.castor.jdo.drivers
public final class HsqlQueryExpression extends JDBCQueryExpression
Version: $Revision: 5951 $ $Date: 2005-07-05 07:25:41 -0600 (Tue, 05 Jul 2005) $
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