#' @rdname query
#' @usage NULL
dbClearResult_MariaDBResult <- function(res, ...) {
if (!dbIsValid(res)) {
warningc("Expired, result set already closed")
return(invisible(TRUE))
}
result_release(res@ptr)
invisible(TRUE)
}
#' @rdname query
#' @export
setMethod("dbClearResult", "MariaDBResult", dbClearResult_MariaDBResult)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.