fetch_function_definition: Retrieve the definition of a function/procedure.
Description
Retrieve the definition of a function/procedure.
Usage
fetch_function_definition(con, schema, function_name, type = "FUNCTION")
Arguments
- con
A database connection.
- schema
A string, the schema to query.
- function_name
A string, the function/procedure to query.
- type
A string, "FUNCTION" or "PROCEDURE".
Examples
Run this codefetch_function_definition(con = NULL)
Run the code above in your browser using DataLab