These functions have been deprecated. Please switch to using
dbSendQuery()/dbGetQuery() with the params argument
or with calling dbBind() instead.
dbSendPreparedQuery(conn, statement, bind.data, ...)dbGetPreparedQuery(conn, statement, bind.data, ...)
# S4 method for SQLiteConnection,character,data.frame
dbSendPreparedQuery(conn,
statement, bind.data, ...)
# S4 method for SQLiteConnection,character,data.frame
dbGetPreparedQuery(conn,
statement, bind.data, ...)
A DBIConnection object.
A SQL string
A data frame
Other arguments used by methods
A data frame of data to be bound.