Deprecated querying tools
Source:R/dbGetPreparedQuery.R
, R/dbGetPreparedQuery_SQLiteConnection_character_data.frame.R
, R/dbSendPreparedQuery.R
, and 2 more
query-dep.Rd
These functions have been deprecated. Please switch to using
DBI::dbSendQuery()
/DBI::dbGetQuery()
with the params
argument
or with calling DBI::dbBind()
instead.
Usage
dbGetPreparedQuery(conn, statement, bind.data, ...)
# S4 method for class 'SQLiteConnection,character,data.frame'
dbGetPreparedQuery(conn, statement, bind.data, ...)
dbSendPreparedQuery(conn, statement, bind.data, ...)
# S4 method for class 'SQLiteConnection,character,data.frame'
dbSendPreparedQuery(conn, statement, bind.data, ...)