Sybernet / Supplied Functions Reference
Release 3.00
Oct 14, 2002
backwards forwards

HTTP.OBJECT_NAME

This function returns the object name corresponding to a OBJECT_ID.

Syntax

FUNCTION OBJECT_NAME
(
    OBJECTID                      NUMBER
)
RETURN VARCHAR2;

Parameters

Parameter Description
objectid
 
The object_id of this object.

Returns

The name of an object or NULL if the object does not exist.

Example

The following example illustrates how to retrieve an object name.

select http.object_name(http.object_id('HTTP.HTTP_REGISTER')) from dual;


-------------------------------------------
HTTP_REGISTER



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