+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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()
          Return 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.

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD