public class UpdateStream extends OutputStream
OutputStream.OutputEventTypeid, 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, setQueryContextStartIndexpublic 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 OutputStreampublic boolean equals(Object o)
equals in class OutputStreampublic int hashCode()
hashCode in class OutputStreamCopyright © 2019. All rights reserved.