com.ibm.websphere.sdo.mediator.jdbc.metadata
Interface OrderBy
- public interface OrderBy
Method Summary
Modifier and Type | Method and Description |
---|---|
getColumn()
The Column that contains this OrderBy object
|
|
|
isAscending()
The Ascending attribute controls whether results are in ascending or descending
order
|
|
setAscending(boolean value)
Sets the value of the '
Ascending ' attribute
|
|
setColumn(Column value)
Sets the value of the '
Column ' reference
|
Method Detail
getColumn
- Column getColumn()
The Column that contains this OrderBy object
Returns:
the column
setColumn
- void setColumn(Column value)
Sets the value of the '
Column
' reference.
isAscending
- boolean isAscending()
The Ascending attribute controls whether results are in ascending or descending
order
Returns:
the value of the Ascending attribute
setAscending
- void setAscending(boolean value)
Sets the value of the '
Ascending
' attribute.