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