public static class UpdateSet.SetAttribute extends Object implements SiddhiElement
| Constructor and Description |
|---|
SetAttribute(Variable tableVariable,
Expression assignmentExpression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Expression |
getAssignmentExpression() |
int[] |
getQueryContextEndIndex() |
int[] |
getQueryContextStartIndex() |
Variable |
getTableVariable() |
int |
hashCode() |
void |
setQueryContextEndIndex(int[] lineAndColumn) |
void |
setQueryContextStartIndex(int[] lineAndColumn) |
String |
toString() |
public SetAttribute(Variable tableVariable, Expression assignmentExpression)
public Variable getTableVariable()
public Expression getAssignmentExpression()
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 © 2018 WSO2. All rights reserved.