Interface TruncateReceiver
-
public interface TruncateReceiverThis interface allows the Oracle schema change event emitter to pass a truncate event back to the caller to be handled differently.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessTruncateEvent()Notify the receiver of the truncate event
-