Uses of Class
org.wso2.siddhi.query.api.expression.Variable

Packages that use Variable
org.wso2.siddhi.query.api.definition.partition   
org.wso2.siddhi.query.api.expression   
org.wso2.siddhi.query.api.query.selection   
 

Uses of Variable in org.wso2.siddhi.query.api.definition.partition
 

Methods in org.wso2.siddhi.query.api.definition.partition that return Variable
 Variable VariablePartitionType.getVariable()
           
 

Methods in org.wso2.siddhi.query.api.definition.partition with parameters of type Variable
 PartitionDefinition PartitionDefinition.partitionBy(Variable variable)
           
 

Constructors in org.wso2.siddhi.query.api.definition.partition with parameters of type Variable
VariablePartitionType(Variable variable)
           
 

Uses of Variable in org.wso2.siddhi.query.api.expression
 

Methods in org.wso2.siddhi.query.api.expression that return Variable
static Variable Expression.variable(String attributeName)
           
static Variable Expression.variable(String streamId, int position, String attributeName)
           
static Variable Expression.variable(String streamId, String attributeName)
           
 

Uses of Variable in org.wso2.siddhi.query.api.query.selection
 

Methods in org.wso2.siddhi.query.api.query.selection that return types with arguments of type Variable
 List<Variable> Selector.getGroupByList()
           
 

Method parameters in org.wso2.siddhi.query.api.query.selection with type arguments of type Variable
 Selector Selector.addGroupByList(List<Variable> list)
           
 



Copyright © 2014. All rights reserved.