Class UpdateSet
- java.lang.Object
-
- io.siddhi.query.api.execution.query.output.stream.UpdateSet
-
- All Implemented Interfaces:
SiddhiElement,Serializable
public class UpdateSet extends Object implements SiddhiElement
Updating UpdateSet Attribute for UpdateStream- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateSet.SetAttributeAttribute assignment for updates
-
Constructor Summary
Constructors Constructor Description UpdateSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)int[]getQueryContextEndIndex()int[]getQueryContextStartIndex()List<UpdateSet.SetAttribute>getSetAttributeList()inthashCode()UpdateSetset(Variable tableVariable, Expression assignmentExpression)voidsetQueryContextEndIndex(int[] lineAndColumn)voidsetQueryContextStartIndex(int[] lineAndColumn)StringtoString()
-
-
-
Method Detail
-
set
public UpdateSet set(Variable tableVariable, Expression assignmentExpression)
-
getSetAttributeList
public List<UpdateSet.SetAttribute> getSetAttributeList()
-
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
-
-