com.ibm.websphere.sdo.mediator.jdbc.metadata

Interface OrderBy


  1. public interface OrderBy
An OrderBy object is used to order query results by the value of a database column.

Method Summary

Modifier and Type Method and Description
  1. Column
getColumn()
The Column that contains this OrderBy object
  1. boolean
isAscending()
The Ascending attribute controls whether results are in ascending or descending order
  1. void
setAscending(boolean value)
Sets the value of the ' Ascending' attribute
  1. void
setColumn(Column value)
Sets the value of the ' Column' reference

Method Detail

getColumn

  1. Column getColumn()
The Column that contains this OrderBy object
Returns:
the column

setColumn

  1. void setColumn(Column value)
Sets the value of the ' Column' reference.
Parameters:
value - the new value of the 'Column' reference.
See Also:

isAscending

  1. boolean isAscending()
The Ascending attribute controls whether results are in ascending or descending order
Returns:
the value of the Ascending attribute

setAscending

  1. void setAscending(boolean value)
Sets the value of the ' Ascending' attribute.
Parameters:
value - the new value of the 'Ascending' attribute.
See Also: