Description.
This method checks whether the blob's value is
NULL.
Signature.
int getNull
(
int& isNull
)
Parameters.
A reference to an integer isNull.
Following invocation, this parameter has one of the following
values, interpreted as shown here:
-1: The blob is undefined. If this is
a non-event blob, this result causes a state error.
0: The blob has a non-null value.
1: The blob's value is
NULL.
Return Value. None.
