Nothing
#' @rdname AdbiResult-class
#' @inheritParams DBI::dbIsValid
#' @usage NULL
dbIsValid_AdbiResult <- function(dbObj, ...) {
adbc_statement_is_valid(dbObj@statement)
}
#' @rdname AdbiResult-class
#' @export
setMethod("dbIsValid", "AdbiResult", dbIsValid_AdbiResult)
adbc_statement_is_valid <- function(x) {
adbc_is_valid(x, "adbc_statement")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.