QueryExpression
public final class ProgressQueryExpression extends JDBCQueryExpression
JDBCQueryExpression.Join
_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 | Description |
---|---|
ProgressQueryExpression(PersistenceFactory factory) |
Creates an instance of this class.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getStatement(boolean lock) |
Creates a SQL statement.
|
boolean |
isLimitClauseSupported() |
Provides a default implementation of
QueryExpression.isLimitClauseSupported() . |
addColumn, addCondition, addInnerJoin, addLimitClause, addOffsetClause, addOrderClause, addOuterJoin, addParameter, addSelect, addTable, addWhereClause, addWhereClause, clone, encodeColumn, getColumnList, getStandardStatement, isOffsetClauseSupported, setDbMetaInfo, setDistinct, toString
public ProgressQueryExpression(PersistenceFactory factory)
factory
- The persistence factory to be assigned against.public java.lang.String getStatement(boolean lock)
JDBCQueryExpression
SyntaxNotSupportedException
.getStatement
in interface QueryExpression
getStatement
in class JDBCQueryExpression
lock
- True if a write lock is requiredpublic boolean isLimitClauseSupported()
JDBCQueryExpression
QueryExpression.isLimitClauseSupported()
.isLimitClauseSupported
in interface QueryExpression
isLimitClauseSupported
in class JDBCQueryExpression
QueryExpression.isLimitClauseSupported()
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com