conn
is the connection handle.
udr_type
is one of the following values:
MI_FUNC
The user-defined routine is a function.
MI_PROC
The user-defined routine is a procedure.
udr_name
is the name of the routine.
owner
is the owner of the routine. If the owner name is not provided, the current user name is assumed.
arg_count
is the number of arguments the routine takes.
arg_types
is the array containing type information about the arguments.
Yes