Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Any Type and Data Functions, 18 of 26
Checks if the contents of the type within the OCIAnyData is NULL.
sword OCIAnyDataIsNull ( OCISvcCtx *svchp, OCIError *errhp, CONST OCIAnyData *sdata, boolean *isNull) ;
The OCI service context.
The OCI error handle. If there is an error, it is recorded in err
and this function returns OCI_ERROR. Obtain diagnostic information by calling OCIErrorGet()
.
OCIAnyData to be checked.
TRUE
if NULL, else FALSE
.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|