Uses of Class
com.espertech.esper.common.client.soda.OrderByElement
Packages that use OrderByElement
Package
Description
This package defines the Esper statement object model.
-
Uses of OrderByElement in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return types with arguments of type OrderByElementModifier and TypeMethodDescriptionOrderByClause.getOrderByExpressions()
Returns a list of expressions and flags to order by.Method parameters in com.espertech.esper.common.client.soda with type arguments of type OrderByElementModifier and TypeMethodDescriptionvoid
OrderByClause.setOrderByExpressions
(List<OrderByElement> orderByExpressions) Sets a list of expressions and flags to order by.