Nothing
#' @rdname AdbiResult-class
#' @inheritParams DBI::dbHasCompleted
#' @usage NULL
dbHasCompleted_AdbiResult <- function(res, ...) {
if (!dbIsValid(res)) {
stop("Cannot return statement of invalid result.", call. = FALSE)
}
meta(res, "has_completed")
}
#' @rdname AdbiResult-class
#' @export
setMethod("dbHasCompleted", "AdbiResult", dbHasCompleted_AdbiResult)
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.