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