Class UpdateSet.SetAttribute
- java.lang.Object
-
- io.siddhi.query.api.execution.query.output.stream.UpdateSet.SetAttribute
-
- All Implemented Interfaces:
SiddhiElement,Serializable
- Enclosing class:
- UpdateSet
public static class UpdateSet.SetAttribute extends Object implements SiddhiElement
Attribute assignment for updates- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetAttribute(Variable tableVariable, Expression assignmentExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ExpressiongetAssignmentExpression()int[]getQueryContextEndIndex()int[]getQueryContextStartIndex()VariablegetTableVariable()inthashCode()voidsetQueryContextEndIndex(int[] lineAndColumn)voidsetQueryContextStartIndex(int[] lineAndColumn)StringtoString()
-
-
-
Constructor Detail
-
SetAttribute
public SetAttribute(Variable tableVariable, Expression assignmentExpression)
-
-
Method Detail
-
getTableVariable
public Variable getTableVariable()
-
getAssignmentExpression
public Expression getAssignmentExpression()
-
getQueryContextStartIndex
public int[] getQueryContextStartIndex()
- Specified by:
getQueryContextStartIndexin interfaceSiddhiElement
-
setQueryContextStartIndex
public void setQueryContextStartIndex(int[] lineAndColumn)
- Specified by:
setQueryContextStartIndexin interfaceSiddhiElement
-
getQueryContextEndIndex
public int[] getQueryContextEndIndex()
- Specified by:
getQueryContextEndIndexin interfaceSiddhiElement
-
setQueryContextEndIndex
public void setQueryContextEndIndex(int[] lineAndColumn)
- Specified by:
setQueryContextEndIndexin interfaceSiddhiElement
-
-