This is the multi-page printable view of this section. Click here to print.
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:
Function | Description |
---|---|
.alter function | Alters an existing function and stores it inside the database metadata |
.alter function docstring | Alters the DocString value of an existing function |
.alter function folder | Alters the Folder value of an existing function |
.create function | Creates a stored function |
.create-or-alter function | Creates a stored function or alters an existing function and stores it inside the database metadata |
.drop function and .drop functions | Drops a function (or functions) from the database |
.show functions and .show function | Lists 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 |