org.apache.ws.jaxme.sqls
Interface SelectStatement.OrderColumn
- OraSelectStatementImpl.OraOrderColumnImpl, SelectStatementImpl.OrderColumnImpl
public static interface SelectStatement.OrderColumn
Provides a single column for an ORDER BY
clause.
Object | getColumn() - Returns the ordered column.
|
boolean | isDescending() - Returns whether ascending (false) or descending (true)
sorting is requested.
|
getColumn
public Object getColumn()
isDescending
public boolean isDescending()
Returns whether ascending (false) or descending (true)
sorting is requested.