fetch_function_parameters: Retrieve the input parameters of a function/procedure.
Description
Retrieve the input parameters of a function/procedure.
Usage
fetch_function_parameters(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_parameters(con = NULL)
Run the code above in your browser using DataLab