Uses of Class
com.espertech.esper.common.client.soda.OrderByClause
Package
Description
This package defines the Esper statement object model.
-
Uses of OrderByClause in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionOrderByClause.add
(Expression expression, boolean isDescending) Adds an expression and flag.Adds a property and flag.static OrderByClause
OrderByClause.create()
Create an empty order-by clause.static OrderByClause
OrderByClause.create
(Expression... expressions) Create an order-by clause.static OrderByClause
Create an order-by clause.EPStatementObjectModel.getOrderByClause()
Return the order-by-clause, or null to indicate that the clause is absent.Modifier and TypeMethodDescriptionEPStatementObjectModel.orderByClause
(OrderByClause orderByClause) Specify an order-by-clause.void
EPStatementObjectModel.setOrderByClause
(OrderByClause orderByClause) Specify an order-by-clause.