com.ibm.websphere.query.base
Interface IOrderBy

All Superinterfaces:
IStringBuilder, java.io.Serializable
All Known Implementing Classes:
OrderBy

public interface IOrderBy
extends IStringBuilder

The IOrderBy interface is an object that represents an order by part in a query.

It extends the IStringBuilder interface.

Instances of classes that implement this interface are used to represent order by clauses that contain order by expressions.


Method Summary
 IOrderByExpression[] getOrderByExpressions()
          Returns the order by expressions of the order by clause.
 
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder
buildString, buildString
 

Method Detail

getOrderByExpressions

IOrderByExpression[] getOrderByExpressions()
Returns the order by expressions of the order by clause.