Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
List<OrderByElement> |
OrderByClause.getOrderByExpressions()
Returns a list of expressions and flags to order by.
|
Modifier and Type | Method and Description |
---|---|
void |
OrderByClause.setOrderByExpressions(List<OrderByElement> orderByExpressions)
Sets a list of expressions and flags to order by.
|