R/dbGetRowCount_MariaDBResult.R

Defines functions dbGetRowCount_MariaDBResult

Documented in dbGetRowCount_MariaDBResult

#' @rdname result-meta
#' @usage NULL
dbGetRowCount_MariaDBResult <- function(res, ...) {
  result_rows_fetched(res@ptr)
}

#' @rdname result-meta
#' @export
setMethod("dbGetRowCount", "MariaDBResult", dbGetRowCount_MariaDBResult)

Try the RMariaDB package in your browser

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

RMariaDB documentation built on June 19, 2022, 9:05 a.m.