Nothing
#' dbListResults
#'
#' DEPRECATED
#'
#' @rdname dbListResults
#' @keywords internal
#' @usage NULL
dbListResults_SQLiteConnection <- function(conn, ...) {
warning("Querying the results associated with a connection is no longer supported",
call. = FALSE
)
if (is.null(conn@ref$result)) {
list()
} else {
list(conn@ref$result)
}
}
#' @rdname dbListResults
#' @keywords internal
#' @export
setMethod("dbListResults", "SQLiteConnection", dbListResults_SQLiteConnection)
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.