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

HTTP.OBJECT_OWNER

This function returns the owner corresponding to a OBJECT_ID. Although this function does not exist in Sybase, it is still quite useful.

Syntax

FUNCTION OBJECT_OWNER
(
    OBJECTID                      NUMBER
)
RETURN VARCHAR2;

Parameters

Parameter Description
objectid
 
The object_id of this object.

Returns

The owner of this object or NULL if the object does not exist.

Example

The following example illustrates how to retrieve the owner of an object:

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


-------------------------------------------
HTTP



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