public interface IUpdateable
Modifier and Type | Method and Description |
---|---|
void |
update(Tuple updateElement,
boolean isInsertion)
This callback method must be free of exceptions, even
RuntimeException s (though not Error s). |
void update(Tuple updateElement, boolean isInsertion)
RuntimeException
s (though not Error
s).updateElement
- the tuple that is changedisInsertion
- true if the tuple appeared in the result set, false if disappeared from the result set