net.sf.jaxme.sqls
Interface SelectStatement.OrderColumn

All Known Implementing Classes:
SelectStatementImpl.OrderColumnImpl
Enclosing interface:
SelectStatement

public static interface SelectStatement.OrderColumn


Method Summary
 ColumnReference getColumn()
          Returns the ordered column.
 boolean isDescending()
          Returns whether ascending (false) or descending (true) sorting is requested.
 

Method Detail

getColumn

public ColumnReference getColumn()

Returns the ordered column.


isDescending

public boolean isDescending()

Returns whether ascending (false) or descending (true) sorting is requested.