![]() | OrderByClause Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class OrderByClause
The OrderByClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | OrderByClause | Ctor. |
![]() | OrderByClause(String) | Ctor. |
![]() | OrderByClause(Expression) | Ctor. |
Name | Description | |
---|---|---|
![]() | OrderByExpressions | Gets or set a list of expressions and flags to order by. |
Name | Description | |
---|---|---|
![]() | Add(String, Boolean) | Adds a property and flag. |
![]() | Add(Expression, Boolean) | Adds an expression and flag. |
![]() ![]() | Create | Create an empty order-by clause. |
![]() ![]() | Create(String) | Create an order-by clause. |
![]() ![]() | Create(Expression) | Create an order-by clause. |
![]() | ToEPL | Renders the clause in textual representation. |