org.apache.ws.jaxme.sqls.oracle

Interface OraSelectStatement.OraOrderColumn

All Superinterfaces:
OrderColumn

public static interface OraSelectStatement.OraOrderColumn
extends 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.

Method Details

isNullsFirst

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