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 (OraLOB/BFILE) Method

Applies To

OraBLOB, OraCLOB

OraBFILE

Description

Returns the Clone of OraLOB or OraBFILE object.

Arguments

[in] OraLOB
A valid object of type OraBlob, OraClob, or OraBFILE.
Usage

OraBlob1 = OraBlob.Clone

OraClob1 = OraClob.Clone

OraBfile = OraBfile.Clone

Remarks

This method makes an copy of an OraBlob or OraClob. This copy of an OraLOB does not change due to a Dynaset move operation or OraSQLStmt Refresh operation. No operation which modifies the LOB content of OraBlob or OraClob object can be performed on a Clone.

This method makes the copy of Oracle BFILE locator and returns an OraBFILE associated with that copy. This copy the OraBFILE does not change due to a Dynaset move operation or a OraSQLStmt Refresh operation.


 
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