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, setQueryContextStartIndex
protected 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 OutputStream
public boolean equals(Object o)
equals
in class OutputStream
public int hashCode()
hashCode
in class OutputStream
Copyright © 2018 WSO2. All rights reserved.