Home > Managing Database Objects w... > Managing Functions > Browsing a Function
To view a function in Object Browser:
On the Workspace home page, click SQL Workshop and then Object Browser.
Object Browser appears.
From the Object list, select Functions.
From the Object Selection pane, select a function.
The Code view appears. You can copy the code in this view for use in other tools.
Click the tabs at the top of the page to view different reports about the function. Table: Available Views for Functions describes all available views.
Available Views for Functions
View | Description |
---|---|
Code |
(Default) Displays the source code for the function. You can copy the code in this view for use in other tools. Actions you can perform in this view include:
See Also: "Editing a Function", "Compiling a Function", "Downloading a Function", and "Dropping a Function" |
Dependencies |
Displays objects that use (or depend) on the current function and objects the function depends on. |
Errors |
Displays errors related to the current function. |
Grants |
Lists details of grants for the current function, including privilege, grantee, grantable, grantor, and object name. |