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, isDescending
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumn, isDescending
public OraSelectStatementImpl.OraOrderColumnImpl(java.lang.Object pObject, boolean pDescending, boolean pNullsFirst)
SelectStatement.OrderColumn.getColumn()
,
SelectStatement.OrderColumn.isDescending()
,
and
OraSelectStatement.OraOrderColumn.isNullsFirst()
.public boolean isNullsFirst()
OraSelectStatement.OraOrderColumn
isNullsFirst
in interface OraSelectStatement.OraOrderColumn