Sybernet / Supplied Functions Reference
Release 3.00
Oct 14, 2002

HTTP.RESIDENT

This function returns TRUE if an object name exists and is viewable.

Syntax

FUNCTION RESIDENT
(
    PROCNAME                      VARCHAR2
)
RETURN PL/SQL BOOLEAN;

Parameters

Parameter Description
procname
 
The object name to interrogate.

Returns

TRUE if the object exists; FALSE otherwise.

Example

The following example illustrates how to call resident.

begin
    if http.resident('P') then
        execute immediate 'P';
    end if;
end;



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