query-dep function

Deprecated querying tools

Deprecated querying tools

These functions have been deprecated. Please switch to using DBI::dbSendQuery()/DBI::dbGetQuery() with the params argument or with calling DBI::dbBind() instead.

dbGetPreparedQuery(conn, statement, bind.data, ...) ## S4 method for signature 'SQLiteConnection,character,data.frame' dbGetPreparedQuery(conn, statement, bind.data, ...) dbSendPreparedQuery(conn, statement, bind.data, ...) ## S4 method for signature 'SQLiteConnection,character,data.frame' dbSendPreparedQuery(conn, statement, bind.data, ...)

Arguments

  • conn: A DBIConnection object.
  • statement: A SQL string
  • bind.data: A data frame of data to be bound.
  • ...: Other arguments used by methods
  • Maintainer: Kirill Müller
  • License: LGPL (>= 2.1)
  • Last published: 2024-12-03