Nothing
#' @rdname duckdb_result_arrow-class
#' @inheritParams DBI::dbGetStatement
#' @usage NULL
dbGetStatement__duckdb_result_arrow <- function(res, ...) {
if (!res@env$open) {
stop("result has already been cleared")
}
res@stmt_lst$str
}
#' @rdname duckdb_result_arrow-class
#' @export
setMethod("dbGetStatement", "duckdb_result_arrow", dbGetStatement__duckdb_result_arrow)
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.