Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Datatype Mapping and Manipulation Functions, 118 of 134
Returns the size of the hex representation of a REF
.
ub4 OCIRefHexSize ( OCIEnv *env, CONST OCIRef *ref );
The OCI environment handle initialized in object mode.
REF
whose size in hexadecimal representation in bytes is returned.
The size of the hexadecimal representation of the REF
.
Returns the size of the buffer in bytes required for the hexadecimal representation of the ref. A buffer of at least this size must be passed to the ref-to-hex (OCIRefToHex()
) conversion function.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|