public class UpdateStream extends OutputStream
OutputStream.OutputEventType
id, outputEventType
Constructor and Description |
---|
UpdateStream(String tableId,
Expression onUpdateExpression) |
UpdateStream(String tableId,
OutputStream.OutputEventType outputEventType,
Expression onUpdateExpression) |
UpdateStream(String tableId,
OutputStream.OutputEventType outputEventType,
UpdateSet updateSet,
Expression onUpdateExpression) |
UpdateStream(String tableId,
UpdateSet updateSet,
Expression onUpdateExpression) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expression |
getOnUpdateExpression() |
UpdateSet |
getUpdateSet() |
int |
hashCode() |
void |
setOnUpdateExpression(Expression onUpdateExpression) |
void |
setUpdateSet(UpdateSet updateSet) |
String |
toString() |
static UpdateSet |
updateSet() |
getId, getOutputEventType, getQueryContextEndIndex, getQueryContextStartIndex, setId, setOutputEventType, setQueryContextEndIndex, setQueryContextStartIndex
public UpdateStream(String tableId, OutputStream.OutputEventType outputEventType, UpdateSet updateSet, Expression onUpdateExpression)
public UpdateStream(String tableId, UpdateSet updateSet, Expression onUpdateExpression)
public UpdateStream(String tableId, OutputStream.OutputEventType outputEventType, Expression onUpdateExpression)
public UpdateStream(String tableId, Expression onUpdateExpression)
public static UpdateSet updateSet()
public Expression getOnUpdateExpression()
public void setOnUpdateExpression(Expression onUpdateExpression)
public UpdateSet getUpdateSet()
public void setUpdateSet(UpdateSet updateSet)
public String toString()
toString
in class OutputStream
public boolean equals(Object o)
equals
in class OutputStream
public int hashCode()
hashCode
in class OutputStream
Copyright © 2018 WSO2. All rights reserved.