This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Functions

1 - Stored functions management overview

This article describes Stored functions management overview.

This section describes management commands used for creating and altering user-defined functions:

FunctionDescription
.alter functionAlters an existing function and stores it inside the database metadata
.alter function docstringAlters the DocString value of an existing function
.alter function folderAlters the Folder value of an existing function
.create functionCreates a stored function
.create-or-alter functionCreates a stored function or alters an existing function and stores it inside the database metadata
.drop function and .drop functionsDrops a function (or functions) from the database
.show functions and .show functionLists all the stored functions, or a specific function, in the currently-selected database

|.show functions and .show function |Lists all the stored functions, or a specific function, in the currently-selected database |