Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.sqls.impl.StatementImpl
org.apache.ws.jaxme.sqls.impl.ConstrainedStatementImpl
org.apache.ws.jaxme.sqls.impl.SelectStatementImpl
org.apache.ws.jaxme.sqls.oracle.OraSelectStatementImpl
Nested 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 PRIOR
part of aSTART WITH ... CONNECT BY PRIOR ...
clause.
- Specified by:
- getConnectBy in interface OraSelectStatement
- See Also:
OraSelectStatement.getStartWith()
public CombinedConstraint getStartWith()
Implements theSTART WITH
part of aSTART WITH ... CONNECT BY PRIOR ...
clause.
- Specified by:
- getStartWith in interface OraSelectStatement
- See Also:
OraSelectStatement.getConnectBy()