org.apache.ws.jaxme.sqls.impl
Class SelectStatementImpl.OrderColumnImpl
java.lang.Object
org.apache.ws.jaxme.sqls.impl.SelectStatementImpl.OrderColumnImpl
- SelectStatementImpl
- SelectStatement.OrderColumn
public static class SelectStatementImpl.OrderColumnImpl
extends java.lang.Object
Object | getColumn() - Returns the ordered column.
|
boolean | isDescending() - Returns whether ascending (false) or descending (true)
sorting is requested.
|
OrderColumnImpl
public OrderColumnImpl(Object pColumnReference,
boolean pDescending)