| 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.exolab.castor.jdo.drivers.InterbaseQueryExpressionpublic final class InterbaseQueryExpressionextends 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 | |
_cols, _conds, _distinct, _factory, _joins, _limit, _order, _select, _tables, _where | |
Fields inherited from interface org.exolab.castor.persist.spi.QueryExpression | |
OpBetween, OpBetweenAnd, OpEquals, OpGreater, OpGreaterEquals, OpLess, OpLessEquals, OpLike, OpNotEquals, OpNotLike | |
Constructor Summary | |
Method Summary | |
(package private) void | |
String |
|
Methods inherited from class org.exolab.castor.jdo.drivers.JDBCQueryExpression | |
addColumn, addCondition, addInnerJoin, addInnerJoin, addInnerJoin, addInnerJoin, addLimitClause, addOrderClause, addOuterJoin, addOuterJoin, addOuterJoin, addOuterJoin, addParameter, addSelect, addTable, addTable, addWhereClause, addWhereClause, clone, encodeColumn, getColumnList, getStandardStatement, getStatement, setDistinct, toString | |
public String getStatement(boolean lock)
This should work for JDBC drivers with a full support of JDBC specification.
- Specified by:
- getStatement in interface QueryExpression
- Overrides:
- getStatement in interface JDBCQueryExpression