org.apache.ws.jaxme.sqls.oracle
public interface OraSelectStatement extends SelectStatement
Nested Class Summary | |
---|---|
static interface | OraSelectStatement.OraOrderColumn An extension of SelectStatement with the
ability to specify, whether NULL comes first or last. |
Method Summary | |
---|---|
void | addOrderColumn(Object pObject, boolean pDescending, boolean pNullsFirst) Adds the given order column with the given values for
isDescending
and
isNullsFirst. |
CombinedConstraint | getConnectBy() Implements the CONNECT BY PRIOR part of a
START WITH ... |
CombinedConstraint | getStartWith() Implements the START WITH part of a
START WITH ... |
CONNECT BY PRIOR
part of a
START WITH ... CONNECT BY PRIOR ...
clause.See Also: getStartWith
START WITH
part of a
START WITH ... CONNECT BY PRIOR ...
clause.See Also: getConnectBy