Class OrderByExpr
java.lang.Object
org.nuxeo.ecm.core.query.sql.model.OrderByExpr
- All Implemented Interfaces:
Serializable
,ASTNode
,Operand
- Author:
- Florent Guillaume
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
reference
-
isDescending
public final boolean isDescending
-
-
Constructor Details
-
OrderByExpr
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
accept
Description copied from interface:ASTNode
Accept the given visitor. -
toString
-