| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.exolab.castor.jdo.drivers.JDBCQueryExpressionorg.castor.jdo.drivers.ProgressQueryExpressionpublic final class ProgressQueryExpressionextends JDBCQueryExpressionNested Class Summary |
Nested classes/interfaces inherited from class org.exolab.castor.jdo.drivers.JDBCQueryExpression | |
JDBCQueryExpression.Join | |
Field Summary |
Fields inherited from class org.exolab.castor.jdo.drivers.JDBCQueryExpression | |
_dbInfo, _distinct, _factory, _joins, _limit, _offset, _order, _select, _tables | |
Fields inherited from interface org.exolab.castor.persist.spi.QueryExpression | |
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 Summary | |
| |
Method Summary | |
String |
|
boolean | |
Methods inherited from class org.exolab.castor.jdo.drivers.JDBCQueryExpression | |
addColumn, addCondition, addInnerJoin, addInnerJoin, addInnerJoin, addInnerJoin, addLimitClause, addOffsetClause, addOrderClause, addOuterJoin, addOuterJoin, addOuterJoin, addOuterJoin, addParameter, addSelect, addTable, addTable, addWhereClause, addWhereClause, clone, encodeColumn, getColumnList, getStandardStatement, getStatement, isLimitClauseSupported, isOffsetClauseSupported, setDbMetaInfo, setDistinct, toString | |
public ProgressQueryExpression(PersistenceFactory factory)
Creates an instance of this class.
- Parameters:
factory- The persistence factory to be assigned against.
public String getStatement(boolean lock)
- Specified by:
- getStatement in interface QueryExpression
- Overrides:
- getStatement in interface JDBCQueryExpression
public boolean isLimitClauseSupported()
- Specified by:
- isLimitClauseSupported in interface QueryExpression
- Overrides:
- isLimitClauseSupported in interface JDBCQueryExpression