Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 2 (10.2) Part Number B14308-01 |
|
Applies To
Description
Returns the clone of ORef object.
Usage
ORef Clone(void) const throw(OException)
void Clone(ORef *clone) const throw(OException)
Arguments
clone |
A copy of an ORef object. |
This method makes the copy of a Value instance/Ref value and returns an OObject/ORef associated with that copy. This copy does not change due to a Dynaset move operation or Refresh operation. The OObject object returned by this method allows an operation to access its attribute values of an underlying value instance and disallows any operation to modify its attribute values.