public class UpdateOrInsertStream extends OutputStream
OutputStream.OutputEventType
Modifier and Type | Field and Description |
---|---|
protected Expression |
onUpdateExpression |
id, outputEventType
Constructor and Description |
---|
UpdateOrInsertStream(String tableId,
Expression onUpdateExpression) |
UpdateOrInsertStream(String tableId,
OutputStream.OutputEventType outputEventType,
Expression onUpdateExpression) |
UpdateOrInsertStream(String tableId,
OutputStream.OutputEventType outputEventType,
UpdateSet updateSet,
Expression onUpdateExpression) |
UpdateOrInsertStream(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
protected Expression onUpdateExpression
public UpdateOrInsertStream(String tableId, OutputStream.OutputEventType outputEventType, UpdateSet updateSet, Expression onUpdateExpression)
public UpdateOrInsertStream(String tableId, UpdateSet updateSet, Expression onUpdateExpression)
public UpdateOrInsertStream(String tableId, OutputStream.OutputEventType outputEventType, Expression onUpdateExpression)
public UpdateOrInsertStream(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.