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.
 | 
 
 
isNullsFirst
public boolean isNullsFirst()
- Returns, whether nulls should appear first or last.
 
- 
 
-