Package | Description |
---|---|
org.ballerinalang.siddhi.query.api.execution.query.selection |
Modifier and Type | Method and Description |
---|---|
OrderByAttribute.Order |
OrderByAttribute.getOrder() |
static OrderByAttribute.Order |
OrderByAttribute.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderByAttribute.Order[] |
OrderByAttribute.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Selector |
Selector.orderBy(Variable variable,
OrderByAttribute.Order order) |
Constructor and Description |
---|
OrderByAttribute(Variable variable,
OrderByAttribute.Order order) |
Copyright © 2018 WSO2. All rights reserved.