rquery_db_info {rquery} | R 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
[Package rquery version 1.4.99 Index]