Learn R Programming

rquery (version 0.5.0)

rquery_db_info: Build a db information stand-in

Description

Build a db information stand-in

Usage

rquery_db_info(..., connection = NULL, is_dbi = FALSE,
  indentifier_quote_char = NULL, string_quote_char = NULL,
  overrides = NULL, note = "", connection_options = list())

Arguments

...

force all arguments to be by name.

connection

connection handle to database or Spark.

is_dbi

if TRUE the database connection can be used with DBI.

indentifier_quote_char

character, quote to put around identifiers.

string_quote_char

character, quote to put around strings.

overrides

named list of functions to place in info.

note

character note to add to display form.

connection_options

names list of per-connection options.

Value

rquery_db_info object