query-dep: Deprecated querying tools

Description Usage Arguments

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
dbSendPreparedQuery(conn, statement, bind.data, ...)

dbGetPreparedQuery(conn, statement, bind.data, ...)

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

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

Arguments

conn

A DBIConnection object.

statement

A SQL string

bind.data

A data frame

...

Other arguments used by methods

bind.data

A data frame of data to be bound.


real-didi/RSQLiteFixed documentation built on May 21, 2019, 1:45 p.m.