#' @rdname mariadb-quoting
#' @usage NULL
dbQuoteString_MariaDBConnection_SQL <- function(conn, x, ...) {
x
}
#' @rdname mariadb-quoting
#' @export
setMethod("dbQuoteString", c("MariaDBConnection", "SQL"), dbQuoteString_MariaDBConnection_SQL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.