|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOrderBy
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 |
|---|
IOrderByExpression[] getOrderByExpressions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||