|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOrderByExpression
The IOrderByExpression interface is an object that represents an order by expression in an order by clause.
It extends the IStringBuilder interface.
Instances of classes that implement this interface are used to represent order by expressions that contain an operator and an order by element.
Method Summary | |
---|---|
IOperator |
getOperator()
Returns the operator of the order by expression. |
IOrderByElement |
getOrderByElement()
Returns the order by element of the order by expression. |
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder |
---|
buildString, buildString |
Method Detail |
---|
IOperator getOperator()
IOrderByElement getOrderByElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |