DBI methods
Implementations of pure virtual functions defined in the DBI
package.
## S4 method for signature 'bq_dataset' dbConnect(drv, ...) ## S4 method for signature 'BigQueryDriver' show(object) ## S4 method for signature 'BigQueryDriver' dbGetInfo(dbObj, ...) ## S4 method for signature 'BigQueryDriver' dbIsValid(dbObj, ...) ## S4 method for signature 'BigQueryDriver' dbDataType(dbObj, obj, ...) ## S4 method for signature 'BigQueryConnection' show(object) ## S4 method for signature 'BigQueryConnection' dbIsValid(dbObj, ...) ## S4 method for signature 'BigQueryConnection' dbDisconnect(conn, ...) ## S4 method for signature 'BigQueryConnection,character' dbSendQuery(conn, statement, ...) ## S4 method for signature 'BigQueryConnection,character' dbQuoteString(conn, x, ...) ## S4 method for signature 'BigQueryConnection,SQL' dbQuoteString(conn, x, ...) ## S4 method for signature 'BigQueryConnection,character' dbQuoteIdentifier(conn, x, ...) ## S4 method for signature 'BigQueryConnection,SQL' dbQuoteIdentifier(conn, x, ...) ## S4 method for signature 'BigQueryConnection' dbDataType(dbObj, obj, ...) ## S4 method for signature 'BigQueryConnection,character,data.frame' dbWriteTable( conn, name, value, overwrite = FALSE, append = FALSE, ..., field.types = NULL, temporary = FALSE, row.names = NA ) ## S4 method for signature 'BigQueryConnection,character' dbReadTable(conn, name, ...) ## S4 method for signature 'BigQueryConnection' dbListTables(conn, ...) ## S4 method for signature 'BigQueryConnection,character' dbExistsTable(conn, name, ...) ## S4 method for signature 'BigQueryConnection,character' dbListFields(conn, name, ...) ## S4 method for signature 'BigQueryConnection,character' dbRemoveTable(conn, name, ...) ## S4 method for signature 'BigQueryConnection' dbGetInfo(dbObj, ...) ## S4 method for signature 'BigQueryConnection' dbBegin(conn, ...) ## S4 method for signature 'BigQueryConnection' dbCommit(conn, ...) ## S4 method for signature 'BigQueryConnection' dbRollback(conn, ...) ## S4 method for signature 'BigQueryResult' show(object) ## S4 method for signature 'BigQueryResult' dbIsValid(dbObj, ...) ## S4 method for signature 'BigQueryResult' dbClearResult(res, ...) ## S4 method for signature 'BigQueryResult' dbFetch(res, n = -1, ...) ## S4 method for signature 'BigQueryResult' dbHasCompleted(res, ...) ## S4 method for signature 'BigQueryResult' dbGetStatement(res, ...) ## S4 method for signature 'BigQueryResult' dbColumnInfo(res, ...) ## S4 method for signature 'BigQueryResult' dbGetRowCount(res, ...) ## S4 method for signature 'BigQueryResult' dbGetRowsAffected(res, ...) ## S4 method for signature 'BigQueryResult' dbBind(res, params, ...)
... |
Other arguments to methods. |
object |
Any R object |
dbObj |
An object inheriting from DBIObject, i.e. DBIDriver, DBIConnection, or a DBIResult |
obj |
An R object whose SQL type we want to determine. |
conn |
A DBIConnection object, as returned by
|
statement |
a character string containing SQL. |
x |
A character vector to quote as string. |
name |
A character string specifying the unquoted DBMS table name,
or the result of a call to |
value |
a data.frame (or coercible to data.frame). |
overwrite |
a logical specifying whether to overwrite an existing table
or not. Its default is |
append |
a logical specifying whether to append to an existing table
in the DBMS. Its default is |
field.types, temporary |
Ignored. Included for compatibility with generic. |
row.names |
A logical specifying whether the |
res |
An object inheriting from DBIResult. |
n |
maximum number of records to retrieve per fetch. Use |
params |
A list of bindings, named or unnamed. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.