org.apache.ws.jaxme.sqls.oracle
Interface OraSelectStatement.OraOrderColumn

All Superinterfaces:
SelectStatement.OrderColumn
All Known Implementing Classes:
OraSelectStatementImpl.OraOrderColumnImpl
Enclosing interface:
OraSelectStatement

public static interface OraSelectStatement.OraOrderColumn
extends SelectStatement.OrderColumn

An extension of SelectStatement with the ability to specify, whether NULL comes first or last.


Method Summary
 boolean isNullsFirst()
          Returns, whether nulls should appear first or last.
 
Methods inherited from interface org.apache.ws.jaxme.sqls.SelectStatement.OrderColumn
getColumn, isDescending
 

Method Detail

isNullsFirst

boolean isNullsFirst()
Returns, whether nulls should appear first or last.