QueryExpressionpublic final class OracleQueryExpression extends JDBCQueryExpression
JDBCQueryExpression.Join_dbInfo, _distinct, _factory, _joins, _limit, _offset, _order, _select, _tablesOP_BETWEEN, OP_BETWEEN_AND, OP_EQUALS, OP_GREATER, OP_GREATER_EQUALS, OP_LESS, OP_LESS_EQUALS, OP_LIKE, OP_NOT_EQUALS, OP_NOT_LIKE| Constructor | Description |
|---|---|
OracleQueryExpression(PersistenceFactory factory) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getStatement(boolean lock) |
Creates a SQL statement.
|
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.
|
addColumn, addCondition, addInnerJoin, addLimitClause, addOffsetClause, addOrderClause, addOuterJoin, addParameter, addSelect, addTable, addWhereClause, addWhereClause, clone, encodeColumn, getColumnList, getStandardStatement, setDbMetaInfo, setDistinct, toStringpublic OracleQueryExpression(PersistenceFactory factory)
public java.lang.String getStatement(boolean lock)
throws SyntaxNotSupportedException
JDBCQueryExpressionSyntaxNotSupportedException.getStatement in interface QueryExpressiongetStatement in class JDBCQueryExpressionlock - True if a write lock is requiredSyntaxNotSupportedException - If the RDBMS does not support a particular feature.public boolean isLimitClauseSupported()
isLimitClauseSupported in interface QueryExpressionisLimitClauseSupported in class JDBCQueryExpressionQueryExpression.isLimitClauseSupported()public boolean isOffsetClauseSupported()
isOffsetClauseSupported in interface QueryExpressionisOffsetClauseSupported in class JDBCQueryExpressionQueryExpression.isOffsetClauseSupported()Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com