|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrderBy
An OrderBy object is used to order query results by the value of a database column.
Method Summary | |
---|---|
Column |
getColumn()
The Column that contains this OrderBy object |
boolean |
isAscending()
The Ascending attribute controls whether results are in ascending or descending order |
void |
setAscending(boolean value)
Sets the value of the ' Ascending ' attribute |
void |
setColumn(Column value)
Sets the value of the ' Column ' reference |
Method Detail |
---|
Column getColumn()
void setColumn(Column value)
Column
' reference.
value
- the new value of the 'Column' reference.getColumn()
boolean isAscending()
void setAscending(boolean value)
Ascending
' attribute.
value
- the new value of the 'Ascending' attribute.isAscending()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |