fetch_function_parameters {sqlHelpers}R 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)

[Package sqlHelpers version 0.1.2 Index]