DBI {connections} | R Documentation |
DBI methods
Description
Implementations of pure virtual functions defined in the 'DBI' package.
Usage
## 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
|
name |
The table name, passed on to
|
value |
a data.frame (or coercible to data.frame). |
... |
Other parameters passed on to methods. |
statement |
a character string containing SQL. |
[Package connections version 0.2.0 Index]