R/dbGetRowCount_AdbiResultArrow.R

Defines functions dbGetRowCount_AdbiResultArrow

Documented in dbGetRowCount_AdbiResultArrow

#' @rdname AdbiResultArrow-class
#' @inheritParams DBI::dbGetRowCount
#' @usage NULL
dbGetRowCount_AdbiResultArrow <- function(res, ...) {
  dbGetRowCount_AdbiResult(res, ...)
}

#' @rdname AdbiResultArrow-class
#' @export
setMethod("dbGetRowCount", "AdbiResultArrow", dbGetRowCount_AdbiResultArrow)

Try the adbi package in your browser

Any scripts or data that you put into this service are public.

adbi documentation built on May 29, 2024, 7:12 a.m.