public final class OracleQueryExpression extends JDBCQueryExpression
_dbInfo, _distinct, _factory, _joins, _limit, _offset, _order, _select, _tables
OP_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 and Description |
---|
OracleQueryExpression(PersistenceFactory factory) |
Modifier and Type | Method and Description |
---|---|
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, toString
public OracleQueryExpression(PersistenceFactory factory)
public String getStatement(boolean lock) throws SyntaxNotSupportedException
JDBCQueryExpression
SyntaxNotSupportedException
.getStatement
in interface QueryExpression
getStatement
in class JDBCQueryExpression
lock
- True if a write lock is requiredSyntaxNotSupportedException
- If the RDBMS does not support a particular feature.public boolean isLimitClauseSupported()
isLimitClauseSupported
in interface QueryExpression
isLimitClauseSupported
in class JDBCQueryExpression
QueryExpression.isLimitClauseSupported()
public boolean isOffsetClauseSupported()
isOffsetClauseSupported
in interface QueryExpression
isOffsetClauseSupported
in class JDBCQueryExpression
QueryExpression.isOffsetClauseSupported()
Copyright © 2018. All rights reserved.