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