| 
 | ||||||||||
| 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 | |
| static class | OraSelectStatementImpl.OraOrderColumnImplDefault implementation of OraSelectStatement.OraOrderColumn. | 
| Nested classes inherited from class org.apache.ws.jaxme.sqls.impl.SelectStatementImpl | 
| SelectStatementImpl.OrderColumnImpl | 
| Nested classes inherited from class org.apache.ws.jaxme.sqls.oracle.OraSelectStatement | 
| OraSelectStatement.OraOrderColumn | 
| Nested classes inherited from class org.apache.ws.jaxme.sqls.SelectStatement | 
| SelectStatement.OrderColumn | 
| Constructor Summary | |
| OraSelectStatementImpl(SQLFactory pFactory)Creates a new instance with the given object factory. | |
| Method Summary | |
|  void | addOrderColumn(java.lang.Object pObject,
               boolean pDescending,
               boolean pNullsFirst)Adds the given order column with the given values for SelectStatement.OrderColumn.isDescending()andOraSelectStatement.OraOrderColumn.isNullsFirst(). | 
|  CombinedConstraint | getConnectBy()Implements the CONNECT BY PRIORpart of aSTART WITH ...  | 
|  CombinedConstraint | getStartWith()Implements the START WITHpart of aSTART 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, newCase, 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, newCase, setTable | 
| Constructor Detail | 
public OraSelectStatementImpl(SQLFactory pFactory)
| Method Detail | 
public CombinedConstraint getStartWith()
OraSelectStatementSTART WITH part of a
 START WITH ... CONNECT BY PRIOR ... clause.
getStartWith in interface OraSelectStatementOraSelectStatement.getConnectBy()public CombinedConstraint getConnectBy()
OraSelectStatementCONNECT BY PRIOR part of a
 START WITH ... CONNECT BY PRIOR ... clause.
getConnectBy in interface OraSelectStatementOraSelectStatement.getStartWith()
public void addOrderColumn(java.lang.Object pObject,
                           boolean pDescending,
                           boolean pNullsFirst)
OraSelectStatementSelectStatement.OrderColumn.isDescending()
 and
 OraSelectStatement.OraOrderColumn.isNullsFirst().
addOrderColumn in interface OraSelectStatement| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||