public interface OraSelectStatement extends SelectStatement
SelectStatement
.Modifier and Type | Interface and Description |
---|---|
static interface |
OraSelectStatement.OraOrderColumn
An extension of
SelectStatement with the
ability to specify, whether NULL comes first or last. |
SelectStatement.OrderColumn
Modifier and Type | Method and Description |
---|---|
void |
addOrderColumn(java.lang.Object pObject,
boolean pDescending,
boolean pNullsFirst)
Adds the given order column with the given values for
SelectStatement.OrderColumn.isDescending()
and
OraSelectStatement.OraOrderColumn.isNullsFirst() . |
CombinedConstraint |
getConnectBy()
Implements the
CONNECT BY PRIOR part of a
START WITH ... |
CombinedConstraint |
getStartWith()
Implements the
START WITH part of a
START WITH ... |
addOrderColumn, addOrderColumn, addOrderColumn, addResultColumn, createView, createView, getMaxRows, getOrderColumns, getResultColumns, getSelectTableReference, getSelectTableReferences, getSkippedRows, isDistinct, setDistinct, setMaxRows, setSkippedRows
getWhere
createFunction, getSQLFactory, getTableReference, newCase, setTable
CombinedConstraint getStartWith()
START WITH
part of a
START WITH ... CONNECT BY PRIOR ...
clause.getConnectBy()
CombinedConstraint getConnectBy()
CONNECT BY PRIOR
part of a
START WITH ... CONNECT BY PRIOR ...
clause.getStartWith()
void addOrderColumn(java.lang.Object pObject, boolean pDescending, boolean pNullsFirst)
SelectStatement.OrderColumn.isDescending()
and
OraSelectStatement.OraOrderColumn.isNullsFirst()
.