Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Datatype Mapping and Manipulation Functions, 119 of 134
Compares two REFs
to determine if they are equal.
boolean OCIRefIsEqual ( OCIEnv *env, CONST OCIRef *x, CONST OCIRef *y );
The OCI environment handle initialized in object mode.
REF
to compare.
REF
to compare.
TRUE
if the two REFs
are equal
FALSE
if the two REFs
are not equal, or x
is null, or y
is null
Two REFs
are equal if and only if they are both referencing the same object, whether persistent or transient.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|