|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 |
Nested classes inherited from class org.apache.ws.jaxme.sqls.impl.SelectStatementImpl |
SelectStatementImpl.OrderColumnImpl |
Nested classes inherited from class org.apache.ws.jaxme.sqls.SelectStatement |
SelectStatement.OrderColumn |
Constructor Summary | |
OraSelectStatementImpl(SQLFactory pFactory)
|
Method Summary | |
CombinedConstraint |
getConnectByPrior()
Implements the CONNECT BY PRIOR part of a
START WITH ... |
CombinedConstraint |
getStartWith()
Implements the START WITH part of a
START WITH ... |
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, setTable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.ws.jaxme.sqls.SelectStatement |
addOrderColumn, addOrderColumn, addOrderColumn, addResultColumn, createView, createView, getMaxRows, getOrderColumns, getResultColumns, getSelectTableReference, getSelectTableReferences, getSkippedRows, isDistinct, setDistinct, setMaxRows, setSkippedRows |
Methods inherited from interface org.apache.ws.jaxme.sqls.ConstrainedStatement |
getWhere |
Methods inherited from interface org.apache.ws.jaxme.sqls.Statement |
createFunction, getSQLFactory, getTableReference, setTable |
Constructor Detail |
public OraSelectStatementImpl(SQLFactory pFactory)
Method Detail |
public CombinedConstraint getStartWith()
OraSelectStatement
Implements the START WITH
part of a
START WITH ... CONNECT BY PRIOR ...
clause.
getStartWith
in interface OraSelectStatement
OraSelectStatement.getConnectByPrior()
public CombinedConstraint getConnectByPrior()
OraSelectStatement
Implements the CONNECT BY PRIOR
part of a
START WITH ... CONNECT BY PRIOR ...
clause.
getConnectByPrior
in interface OraSelectStatement
OraSelectStatement.getStartWith()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |