rquery_db_info: Build a db information stand-in

View source: R/db_info.R

rquery_db_infoR Documentation

Build a db information stand-in

Description

Build a db information stand-in

Usage

rquery_db_info(
  ...,
  connection = NULL,
  is_dbi = FALSE,
  identifier_quote_char = "\"",
  string_quote_char = "'",
  overrides = NULL,
  note = "",
  connection_options = rq_connection_advice(connection),
  db_methods = rquery_default_methods()
)

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.

identifier_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

named list of per-connection options.

db_methods

named list of to_sql methods.

Value

rquery_db_info object


rquery documentation built on Aug. 20, 2023, 9:06 a.m.