| dbClearResult,DatabaseConnectorDbiResult-method | R Documentation |
Frees all resources (local and remote) associated with a result set.
This step is mandatory for all objects obtained by calling
dbSendQuery() or dbSendStatement().
## S4 method for signature 'DatabaseConnectorDbiResult'
dbClearResult(res, ...)
res |
An object inheriting from DBIResult. |
... |
Other arguments passed on to methods. |
dbClearResult() returns TRUE, invisibly, for result sets obtained from
dbSendQuery(),
dbSendStatement(),
or dbSendQueryArrow(),
Other DBIResult generics:
DBIResult-class,
dbBind(),
dbColumnInfo(),
dbFetch(),
dbGetInfo(),
dbGetRowCount(),
dbGetRowsAffected(),
dbGetStatement(),
dbHasCompleted(),
dbIsReadOnly(),
dbIsValid(),
dbQuoteLiteral(),
dbQuoteString()
Other DBIResultArrow generics:
DBIResultArrow-class,
dbBind(),
dbFetchArrow(),
dbFetchArrowChunk(),
dbHasCompleted(),
dbIsValid()
Other data retrieval generics:
dbBind(),
dbFetch(),
dbFetchArrow(),
dbFetchArrowChunk(),
dbGetQuery(),
dbGetQueryArrow(),
dbHasCompleted(),
dbSendQuery(),
dbSendQueryArrow()
Other command execution generics:
dbBind(),
dbExecute(),
dbGetRowsAffected(),
dbSendStatement()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.