#' @rdname MariaDBDriver-class
#' @usage NULL
dbGetInfo_MariaDBDriver <- function(dbObj, ...) {
client_version <- names(version())[[2]]
list(
driver.version = PACKAGE_VERSION,
client.version = package_version(client_version)
)
}
#' @rdname MariaDBDriver-class
#' @export
setMethod("dbGetInfo", "MariaDBDriver", dbGetInfo_MariaDBDriver)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.