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, setQueryContextStartIndexprotected 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 OutputStreampublic boolean equals(Object o)
equals in class OutputStreampublic int hashCode()
hashCode in class OutputStreamCopyright © 2019. All rights reserved.