AdbiResultArrow-class | R Documentation |
AdbiResultArrow objects are created by DBI::dbSendQueryArrow()
, and
encapsulate the result of an SQL query (a SELECT
statement). They are a
superclass of the DBIResultArrow class. The "Usage" section lists
the class methods overridden by adbi.
## S4 method for signature 'AdbiResultArrow'
dbBindArrow(res, params, ...)
## S4 method for signature 'AdbiResultArrow'
dbBind(res, params, ...)
## S4 method for signature 'AdbiResultArrow'
dbClearResult(res, ...)
## S4 method for signature 'AdbiResultArrow'
dbColumnInfo(res, ...)
## S4 method for signature 'AdbiResultArrow'
dbFetchArrowChunk(res, ...)
## S4 method for signature 'AdbiResultArrow'
dbFetchArrow(res, ...)
## S4 method for signature 'AdbiResultArrow'
dbGetRowCount(res, ...)
## S4 method for signature 'AdbiResultArrow'
dbGetRowsAffected(res, ...)
## S4 method for signature 'AdbiResultArrow'
dbGetStatement(res, ...)
## S4 method for signature 'AdbiResultArrow'
dbHasCompleted(res, ...)
## S4 method for signature 'AdbiResultArrow'
dbIsValid(dbObj, ...)
## S4 method for signature 'AdbiResultArrow'
show(object)
res |
An object inheriting from DBIResult. |
params |
For |
... |
Other arguments passed on to methods. |
dbObj |
An object inheriting from DBIObject, i.e. DBIDriver, DBIConnection, or a DBIResult |
object |
Any R object |
The corresponding generic functions
DBI::dbFetchArrow()
, DBI::dbFetchArrowChunk()
, DBI::dbClearResult()
,
DBI::dbBind()
, DBI::dbColumnInfo()
, DBI::dbGetRowsAffected()
,
DBI::dbGetRowCount()
, DBI::dbHasCompleted()
, and DBI::dbGetStatement()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.