A set of DBI methods to ease unit testing dplyr with DBI
# S3 method for DBITestConnection
db_query_fields(con, sql, ...)# S3 method for DBITestConnection
sql_escape_ident(con, x)
# S3 method for DBITestConnection
sql_translate_env(con)
A database connection.
A string containing an sql query.
Other arguments passed on to the individual methods
Object to transform