| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.ws.jaxme.sqls.impl.StatementImplorg.apache.ws.jaxme.sqls.impl.ConstrainedStatementImplorg.apache.ws.jaxme.sqls.impl.SelectStatementImplorg.apache.ws.jaxme.sqls.oracle.OraSelectStatementImplNested Class Summary | |
static class |
|
Nested classes/interfaces inherited from class org.apache.ws.jaxme.sqls.impl.SelectStatementImpl | |
SelectStatementImpl.OrderColumnImpl | |
Constructor Summary | |
| |
Method Summary | |
void |
|
CombinedConstraint |
|
CombinedConstraint |
|
Methods inherited from class org.apache.ws.jaxme.sqls.impl.SelectStatementImpl | |
addOrderColumn, addOrderColumn, addOrderColumn, addResultColumn, createView, createView, getMaxRows, getOrderColumns, getResultColumns, getSelectTableReference, getSelectTableReferences, getSkippedRows, isDistinct, newTableReference, setDistinct, setMaxRows, setSkippedRows | |
Methods inherited from class org.apache.ws.jaxme.sqls.impl.ConstrainedStatementImpl | |
getWhere | |
Methods inherited from class org.apache.ws.jaxme.sqls.impl.StatementImpl | |
createFunction, getSQLFactory, getTableReference, newCase, newTableReference, setTable | |
public OraSelectStatementImpl(SQLFactory pFactory)
Creates a new instance with the given object factory.
public void addOrderColumn(Object pObject,
boolean pDescending,
boolean pNullsFirst)Adds the given order column with the given values forSelectStatement.OrderColumn.isDescending()andOraSelectStatement.OraOrderColumn.isNullsFirst().
- Specified by:
- addOrderColumn in interface OraSelectStatement
public CombinedConstraint getConnectBy()
Implements theCONNECT BY PRIORpart of aSTART WITH ... CONNECT BY PRIOR ...clause.
- Specified by:
- getConnectBy in interface OraSelectStatement
- See Also:
OraSelectStatement.getStartWith()
public CombinedConstraint getStartWith()
Implements theSTART WITHpart of aSTART WITH ... CONNECT BY PRIOR ...clause.
- Specified by:
- getStartWith in interface OraSelectStatement
- See Also:
OraSelectStatement.getConnectBy()