Modifier and Type | Method and Description |
---|---|
Variable |
AggregationDefinition.getAggregateAttribute() |
Modifier and Type | Method and Description |
---|---|
AggregationDefinition |
AggregationDefinition.aggregateBy(Variable aggregateAttribute) |
Modifier and Type | Method and Description |
---|---|
Variable |
UpdateSet.SetAttribute.getTableVariable() |
Modifier and Type | Method and Description |
---|---|
UpdateSet |
UpdateSet.set(Variable tableVariable,
Expression assignmentExpression) |
Constructor and Description |
---|
SetAttribute(Variable tableVariable,
Expression assignmentExpression) |
Modifier and Type | Method and Description |
---|---|
Variable |
OrderByAttribute.getVariable() |
Modifier and Type | Method and Description |
---|---|
List<Variable> |
Selector.getGroupByList() |
Modifier and Type | Method and Description |
---|---|
Selector |
Selector.groupBy(Variable variable) |
BasicSelector |
BasicSelector.groupBy(Variable variable) |
Selector |
Selector.orderBy(Variable variable) |
Selector |
Selector.orderBy(Variable variable,
OrderByAttribute.Order order) |
Selector |
Selector.select(Variable variable) |
BasicSelector |
BasicSelector.select(Variable variable) |
Modifier and Type | Method and Description |
---|---|
Selector |
Selector.addGroupByList(List<Variable> list) |
BasicSelector |
BasicSelector.addGroupByList(List<Variable> list) |
Constructor and Description |
---|
OrderByAttribute(Variable variable) |
OrderByAttribute(Variable variable,
OrderByAttribute.Order order) |
OutputAttribute(Variable variable) |
Modifier and Type | Method and Description |
---|---|
Variable |
Variable.ofFunction(String functionId) |
Variable |
Variable.ofFunction(String functionId,
int functionIndex) |
Variable |
Variable.ofInnerStream(String streamId) |
Variable |
Variable.ofInnerStream(String streamId,
int streamIndex) |
Variable |
Variable.ofStream(String streamId) |
Variable |
Variable.ofStream(String streamId,
int streamIndex) |
static Variable |
Expression.variable(String attributeName) |
Copyright © 2018 WSO2. All rights reserved.