Uses of Class
com.espertech.esper.common.client.soda.OrderByClause
Packages that use OrderByClause
Package
Description
This package defines the Esper statement object model.
-
Uses of OrderByClause in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return OrderByClauseModifier 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.Methods in com.espertech.esper.common.client.soda with parameters of type OrderByClauseModifier and TypeMethodDescriptionEPStatementObjectModel.orderByClause
(OrderByClause orderByClause) Specify an order-by-clause.void
EPStatementObjectModel.setOrderByClause
(OrderByClause orderByClause) Specify an order-by-clause.