| Oracle Call Interface Programmer's Guide Release 9.0.1 Part Number A89857-01 |
|
OCI Datatype Mapping and Manipulation Functions, 119 of 135
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-2001, Oracle Corporation. All Rights Reserved. |
|