DBI: DBI methods

Description Usage Arguments

Description

Implementations of pure virtual functions defined in the 'DBI' package.

Usage

1
2
3
4
5
## S4 method for signature 'connConnection,ANY'
dbWriteTable(conn, name, value, ...)

## S4 method for signature 'connConnection'
dbSendQuery(conn, statement, ...)

Arguments

conn

A DBIConnection object, as returned by dbConnect().

name

A character string specifying the unquoted DBMS table name, or the result of a call to dbQuoteIdentifier().

value

a data.frame (or coercible to data.frame).

...

Other parameters passed on to methods.

statement

a character string containing SQL.


edgararuiz/connections documentation built on Oct. 6, 2021, 8:48 a.m.