
Retrieve the definition of a function/procedure.
fetch_function_definition(con, schema, function_name, type = "FUNCTION")
A data.table.
A database connection.
A string, the schema to query.
A string, the function/procedure to query.
A string, "FUNCTION" or "PROCEDURE".
fetch_function_definition(con = NULL)
Run the code above in your browser using DataLab