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.
getOrderByExpressions
IOrderByExpression[] getOrderByExpressions()
- Returns the order by expressions of the order by clause.