Oracle Objects for OLE Release 8.1.7 Part Number A85257-01 |
|
[in] srcLOB
| Input OraBlob, OraClob or OraBfile object whose value is to be compared
|
[in] [optional]amount
| An integer specifying the number of bytes or characters to compare. The
default value of Amount is from the offset to the end of each LOB.
|
[in] [optional] Offset
| An integer specifying the 1-based offset in bytes (OraBlob or OraBFILE) or
characters (OraClob) in the value of this object. Default value is 1.
|
[in] [optional] srcOffset
| An integer specifying the 1-based offset in bytes (OraBlob or OraBFILE) or
characters (OraClob) in the value of the srcLob object. Default value is 1.
|
[out] IsEqual
| A Boolean representing compare operation status.
|
![]() Copyright copy; 1996-2000, Oracle Corporation. All Rights Reserved. |
|