#' @rdname result-meta
#' @usage NULL
dbGetRowCount_MariaDBResult <- function(res, ...) {
result_rows_fetched(res@ptr)
}
#' @rdname result-meta
#' @export
setMethod("dbGetRowCount", "MariaDBResult", dbGetRowCount_MariaDBResult)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.