org.apache.ws.jaxme.sqls.oracle

Interface OraSelectStatement.OraOrderColumn

public static interface OraSelectStatement.OraOrderColumn extends OrderColumn

An extension of SelectStatement with the ability to specify, whether NULL comes first or last.
Method Summary
booleanisNullsFirst()
Returns, whether nulls should appear first or last.

Method Detail

isNullsFirst

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