Build a db information stand-in
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() )
... | 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. |
rquery_db_info object