connections (version 0.1.1)

DBI: DBI methods

Description

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

Usage

# S4 method for connConnection,ANY
dbWriteTable(conn, name, value, ...)

# S4 method for 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.