#' @rdname MariaDBResult-class
#' @usage NULL
dbIsValid_MariaDBResult <- function(dbObj, ...) {
result_valid(dbObj@ptr)
}
#' @rdname MariaDBResult-class
#' @export
setMethod("dbIsValid", "MariaDBResult", dbIsValid_MariaDBResult)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.