Oracle9i Supplied PL/SQL Packages and Types Reference
Release 1 (9.0.1)

Part Number A89852-02
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

UTL_RAW , 15 of 22


XRANGE Function

This function returns a RAW containing all valid 1-byte encodings in succession, beginning with the value start_byte and ending with the value end_byte. If start_byte is greater than end_byte, then the succession of resulting bytes begins with start_byte, wraps through 'FF'x to '00'x, and ends at end_byte. If specified, start_byte and end_byte must be single byte RAWs.

Syntax

UTL_RAW.XRANGE (
   start_byte IN RAW DEFAULT NULL,
   end_byte   IN RAW DEFAULT NULL) 
  RETURN RAW;

Pragmas

pragma restrict_references(xrange, WNDS, RNDS, WNPS, RNPS); 

Parameters

Table 80-26 XRANGE Function Parameters
Parameters  Description 
start_byte
 

Beginning byte-code value of resulting sequence. 

end_byte
 

Ending byte-code value of resulting sequence. 

Defaults and Optional Parameters

start_byte - x'00'
start_byte - x'00'
end_byte   - x'FF'

Returns

Table 80-27 XRANGE Function Returns
Return  Description 
RAW
 

Containing succession of 1-byte hexadecimal encodings. 


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

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

Master Index

Feedback