| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
UTL_RAW , 17 of 22
This function compares RAW r1 against RAW r2. If r1 and r2 differ in length, then the shorter RAW is extended on the right with pad if necessary.
UTL_RAW.COMPARE ( r1 IN RAW, r2 IN RAW, pad IN RAW DEFAULT NULL) RETURN NUMBER;
pragma restrict_references(compare, WNDS, RNDS, WNPS, RNPS);
| Parameter | Description |
|---|---|
r1 |
1st |
r2 |
2nd |
pad |
Byte to extend whichever of |
pad - x'00'
| Return | Description |
|---|---|
NUMBER |
Equals 0 if Equals position (numbered from 1) of the first mismatched byte. |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|