The main panel for each stored procedure shows the name, the description, and the SQL code that makes up the procedure.
Remarks
Stored Procedures may only return an integer type. Other returns must be passed through an OUT referenced parameter.
UDFs may return any data type supported by VistaDB or a TABLE.