Use these commands to work with user-defined functions. They are only necessary for Asynchronous Procedure Calls.
create function – creates a function.
alter function – adds parameters to a user-defined function.
drop function – drops a function.