sql_list_: Create sql_list_xyz functions.

Description Usage Arguments Details Value See Also

Description

sql_list_ is a function factory to create functions that return properties of a Microsoft SQL Server database.

Usage

1
sql_list_(obj)

Arguments

obj

String used with switch in the function sql_list_sql_ to select appropriate SQL query. Choices include

  • "schemas"

  • "tables"

  • "views"

  • "tvs"

Details

sql_list_ is used along with sql_list_sql_ to create functions.

The intent is not to use this function directly. Instead use one of the functions

Value

A function that executes an appropriate SQL query.

See Also

Closures


curtisalexander/CRAmisc documentation built on May 14, 2019, 12:52 p.m.