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 SiddhiElement
public void setQueryContextStartIndex(int[] lineAndColumn)
setQueryContextStartIndex
in interface SiddhiElement
public int[] getQueryContextEndIndex()
getQueryContextEndIndex
in interface SiddhiElement
public void setQueryContextEndIndex(int[] lineAndColumn)
setQueryContextEndIndex
in interface SiddhiElement
Copyright © 2018 WSO2. All rights reserved.