OdbcResult | R Documentation |
Implementations of pure virtual functions defined in the DBI
package
for OdbcResult objects.
## S4 method for signature 'OdbcResult'
dbClearResult(res, ...)
## S4 method for signature 'OdbcResult'
dbFetch(res, n = -1, ...)
## S4 method for signature 'OdbcResult'
dbHasCompleted(res, ...)
## S4 method for signature 'OdbcResult'
dbIsValid(dbObj, ...)
## S4 method for signature 'OdbcResult'
dbGetStatement(res, ...)
## S4 method for signature 'OdbcResult'
dbColumnInfo(res, ...)
## S4 method for signature 'OdbcResult'
dbGetRowCount(res, ...)
## S4 method for signature 'OdbcResult'
dbGetRowsAffected(res, ...)
## S4 method for signature 'OdbcResult'
dbBind(res, params, ..., batch_rows = getOption("odbc.batch_rows", NA))
res |
An object inheriting from DBIResult. |
... |
Other arguments passed on to methods. |
n |
maximum number of records to retrieve per fetch. Use |
dbObj |
An object inheriting from DBIObject, i.e. DBIDriver, DBIConnection, or a DBIResult |
params |
For |
batch_rows |
The number of rows to retrieve. Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.