Cloud
shobj_description
The shobj_description() is a comment information function that retrieves the comment associated with a shared database object.
Parameters
-
object_oid: Specifies the object identifier (OID) of the shared object to retrieve the comment for. -
catalog_name: Specifies the name of the system catalog that contains the shared object.
Restrictions
-
This implementation returns
NULLwhen either parameter (object_oidorcatalog_name) isNULL.
Was this helpful?