Learn R Programming

sqlHelpers (version 0.1.2)

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")

Value

A data.table.

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 code
fetch_function_parameters(con = NULL)

Run the code above in your browser using DataLab