Oracle Objects for OLE
Release 9.2

Part Number A95895-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

Clone (OraObject/OraRef) Method

Applies To

OraObject

OraRef

Description

Returns the Clone of an OraObject or OraRef object.

Arguments

none

Usage

Set OraObjectClone = OraObject.Clone

Set OraRefClone = OraRef.Clone

Remarks

This method makes the copy of a Value instance/Ref value and returns an OraObject/OraRef associated with that copy. This copy does not change due to a Dynaset move operation or OraSQLStmt Refresh operation. The OraObject 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.

Example

Example: Clone Method for OraObject

Example: Clone Method for OraRef


 
Oracle
Copyright © 1994, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback