The world's most popular open source database
Description.
This method defines a callback for blob handle activation. The
queue of prepared operations will be executed in no-commit
mode up to this point; then, the callback is invoked. For
additional information, see
Section 4.9.1.1, “The NdbBlob::ActiveHook Type”.
Signature.
int setActiveHook
(
ActiveHook* activeHook,
void* arg
)
Parameters. This method requires two parameters:
A pointer to an ActiveHook value;
this is a callback as explained in
Section 4.9.1.1, “The NdbBlob::ActiveHook Type”.
A pointer to void, for any data to be
passed to the callback.
Return Value.
0 on success, -1 on
failure.

