Option
|
Description
|
---|---|
UE1
|
If it is a stand-alone class
|
<Java package>.UE1
|
If the class is included in a Java package (for example, com.datamirror.interface.UE1)
|
Option
|
Description
|
---|---|
Before Insert
|
IBM InfoSphere CDC runs the user exit before replicating an insert operation.
|
After Insert
|
IBM InfoSphere CDC runs the user exit after replicating an insert operation.
|
Before Update
|
IBM InfoSphere CDC runs the user exit before replicating an update operation.
|
After Update
|
IBM InfoSphere CDC runs the user exit after replicating an update operation.
|
Before Delete
|
IBM InfoSphere CDC runs the user exit before replicating a delete operation.
|
After Delete
|
IBM InfoSphere CDC runs the user exit after replicating a delete operation.
|
Before Refresh
|
IBM InfoSphere CDC runs the user exit before replicating a refresh operation.
|
After Refresh
|
IBM InfoSphere CDC runs the user exit after replicating a refresh operation.
|
Before Truncate
|
IBM InfoSphere CDC runs the user exit before replicating a truncate operation.
|
After Truncate
|
IBM InfoSphere CDC runs the user exit after replicating a truncate operation.
|