|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ws.jaxme.sqls.impl.SelectStatementImpl.OrderColumnImpl
public static class SelectStatementImpl.OrderColumnImpl
| Constructor Summary | |
|---|---|
SelectStatementImpl.OrderColumnImpl(ColumnReference pColumnReference,
boolean pDescending)
|
|
| Method Summary | |
|---|---|
ColumnReference |
getColumn()
Returns the ordered column. |
boolean |
isDescending()
Returns whether ascending (false) or descending (true) sorting is requested. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SelectStatementImpl.OrderColumnImpl(ColumnReference pColumnReference,
boolean pDescending)
| Method Detail |
|---|
public ColumnReference getColumn()
SelectStatement.OrderColumnReturns the ordered column.
getColumn in interface SelectStatement.OrderColumnpublic boolean isDescending()
SelectStatement.OrderColumnReturns whether ascending (false) or descending (true) sorting is requested.
isDescending in interface SelectStatement.OrderColumn
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||