org.exolab.castor.jdo.drivers
public final class OracleQueryExpression extends JDBCQueryExpression
Version: $Revision: 5951 $ $Date: 2005-03-24 03:45:01 -0700 (Thu, 24 Mar 2005) $
| Constructor Summary | |
|---|---|
| OracleQueryExpression(PersistenceFactory factory) | |
| Method Summary | |
|---|---|
| String | getStatement(boolean lock) |
| boolean | isLimitClauseSupported()
Indicates that Oracle supports an OQL LIMIT clause for versions >= 8.1.6.
|
| boolean | isOffsetClauseSupported()
Indicates that Oracle supports an OQL OFFSET clause for versions >= 8.1.6.
|
Returns: true to indicate that Oracle supports an OQL LIMIT clause.
Returns: true to indicate that Oracle supports an OQL OFFSET clause.