client_data
is a pointer to the type-specific structure passed to the callback by the DataBlade API.
oldlevel
is a pointer to a user-supplied integer that is set to the pre-event transaction level. Possible values are 0 for an outside transaction and 1 for an inside transaction.
0
1
newlevel
is a pointer to a user-supplied integer that is set to the post-event transaction level. Possible values are 0 for an outside transaction and 1 for an inside transaction.
Yes
BEGIN WORK
COMMIT WORK
ROLLBACK WORK
Related Topics For additional information, see "Callbacks"7 and the description of the mi_xact_state() function.