db-misc {dbplyr}R Documentation

Miscellaneous database generics

Description

Usage

db_connection_describe(con, ...)

sql_join_suffix(con, suffix, ...)

db_sql_render(con, sql, ..., cte = FALSE, sql_options = NULL)

db_col_types(con, table, call)

dbplyr_edition(con)

Details

dbplyr 2.0.0

dbplyr 2.0.0 renamed a number of generics so that they could be cleanly moved from dplyr to dbplyr. If you have an existing backend, you'll need to rename the following methods.

See Also

Other generic: db-sql, db_copy_to(), sql_escape_logical()


[Package dbplyr version 2.5.0 Index]