fetch_function_parameters: Retrieve the input parameters of a function/procedure.

View source: R/sql_helpers.R

fetch_function_parametersR Documentation

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

Value

A data.table.

Examples

fetch_function_parameters(con = NULL)

sqlHelpers documentation built on Oct. 15, 2023, 1:07 a.m.