Interface TruncateReceiver
public interface TruncateReceiver
This interface allows the Oracle schema change event emitter to pass a truncate event
back to the caller to be handled differently.
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotify the receiver of the truncate event
-
Method Details
-
processTruncateEvent
void processTruncateEvent()Notify the receiver of the truncate event
-