R/method-dbClearResult.R

##' @exportMethod dbClearResult
NULL


##' Methods for function \code{dbClearResult}
##'
##' @name dbClearResult-methods
##' @rdname dbClearResult-methods
##'
##' @aliases dbClearResult-method
##' @aliases dbClearResult,DBIConnection-method
##' @docType methods
##' @keywords methods
NULL

setMethod("dbClearResult", c(res="DBIConnection"),
          function(res) {
              for (i in dbListResults(res)) {
                  dbClearResults(i)
              }
          })
jrnold/DBIExtras documentation built on May 19, 2019, 11:55 p.m.