Sybernet / Supplied Procedures Reference
Release 3.00
Apr 17, 2005
backwards forwards

HTTP.SP_HTML_LIST

This procedure lists the source of functions, packages, and procedures. The output is colorized and numbered.

Syntax

Procedure SP_HTML_LIST
(
    PROCNAME                      VARCHAR2
,   NUMBERED                      PL/SQL BOOLEAN
,   TABSIZE                       NUMBER
)   ;

Parameters

Parameter Description
procname
 
The object name to list. procname can be a function, pacakge, or stored procedure.
numbered
 
This option determines if the output is numbered. The default is true.
tabsize
 
Determines how many spaces a tab character represents. The default is 4.

Returns

Example

The following example illustrates how to call sp_html_list:

BEGIN
    HTTP.SP_HTML_LIST('HTTP.SP_HTML_LIST');
END;



Sybernet is a trademark of SRI International.
Copyright © 1996-2009 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/