public class DeleteStream extends OutputStream
OutputStream.OutputEventType| Modifier and Type | Field and Description |
|---|---|
protected Expression |
onDeleteExpression |
id, outputEventType| Constructor and Description |
|---|
DeleteStream(String tableId,
Expression onDeleteExpression) |
DeleteStream(String tableId,
OutputStream.OutputEventType outputEventType,
Expression onDeleteExpression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Expression |
getOnDeleteExpression() |
int |
hashCode() |
void |
setOnDeleteExpression(Expression onDeleteExpression) |
String |
toString() |
getId, getOutputEventType, getQueryContextEndIndex, getQueryContextStartIndex, setId, setOutputEventType, setQueryContextEndIndex, setQueryContextStartIndexprotected Expression onDeleteExpression
public DeleteStream(String tableId, OutputStream.OutputEventType outputEventType, Expression onDeleteExpression)
public DeleteStream(String tableId, Expression onDeleteExpression)
public Expression getOnDeleteExpression()
public void setOnDeleteExpression(Expression onDeleteExpression)
public String toString()
toString in class OutputStreampublic boolean equals(Object o)
equals in class OutputStreampublic int hashCode()
hashCode in class OutputStreamCopyright © 2018 WSO2. All rights reserved.