public static class OraSelectStatementImpl.OraOrderColumnImpl extends SelectStatementImpl.OrderColumnImpl implements OraSelectStatement.OraOrderColumn
OraSelectStatement.OraOrderColumn.| Constructor and Description |
|---|
OraSelectStatementImpl.OraOrderColumnImpl(java.lang.Object pObject,
boolean pDescending,
boolean pNullsFirst)
Creates a new instance with the given values for
SelectStatement.OrderColumn.getColumn(),
SelectStatement.OrderColumn.isDescending(),
and
OraSelectStatement.OraOrderColumn.isNullsFirst(). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNullsFirst()
Returns, whether nulls should appear first or last.
|
getColumn, isDescendingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumn, isDescendingpublic OraSelectStatementImpl.OraOrderColumnImpl(java.lang.Object pObject,
boolean pDescending,
boolean pNullsFirst)
SelectStatement.OrderColumn.getColumn(),
SelectStatement.OrderColumn.isDescending(),
and
OraSelectStatement.OraOrderColumn.isNullsFirst().public boolean isNullsFirst()
OraSelectStatement.OraOrderColumnisNullsFirst in interface OraSelectStatement.OraOrderColumn