public class UpdateSet extends Object implements SiddhiElement
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateSet.SetAttribute
Attribute assignment for updates
|
| Constructor and Description |
|---|
UpdateSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
List<UpdateSet.SetAttribute> |
getSetAttributeList() |
int |
hashCode() |
UpdateSet |
set(Variable tableVariable,
Expression assignmentExpression) |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
public UpdateSet set(Variable tableVariable, Expression assignmentExpression)
public List<UpdateSet.SetAttribute> getSetAttributeList()
public int[] getQueryContextStartIndex()
getQueryContextStartIndex in interface SiddhiElementpublic void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex in interface SiddhiElementpublic int[] getQueryContextEndIndex()
getQueryContextEndIndex in interface SiddhiElementpublic void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex in interface SiddhiElementCopyright © 2019. All rights reserved.