Documentation Index
Fetch the complete documentation index at: https://docs.oxla.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The shobj_description() is a comment information function that retrieves the comment associated with a shared database object.Syntax
The syntax for theshobj_description() function is as follows:
shobj_description (object_oid, catalog_name) → NULL
Parameters
The following parameters are required to execute this function:- object_oid: specifies the object identifier (OID) of the shared object for which you want to retrieve the comment
- catalog_name: specifies the name of the system catalog that contains the shared object
Restrictions
- This function always returns
NULLif there are no parameters specified