Oracle® Objects for OLE Developer's Guide 11g Release 2 (11.2) for Microsoft Windows Part Number E17727-03 |
|
|
PDF · Mobi · ePub |
Appends the LOB content of the input OraLOB object to the internal LOB value of this instance.
OraBlob.Append srcBlob OraClob.Append srcClob
The arguments for the method are:
Arguments | Description |
---|---|
[in ] srcLOB |
A valid object of type OraBLOB or OraCLOB . |
Appends the LOB content of input LOB to the end of current LOB value. Obtain either a row-level lock or an object-level lock before calling this method.