Nothing
#' Get DBMS metadata
#'
#' Retrieves information on objects of class [DBIDriver-class],
#' [DBIConnection-class] or [DBIResult-class].
#'
#' @param dbObj An object inheriting from [DBIObject-class],
#' i.e. [DBIDriver-class], [DBIConnection-class],
#' or a [DBIResult-class]
#' @param ... Other arguments to methods.
#'
#' @template methods
#' @templateVar method_name dbGetInfo
#'
#' @family DBIDriver generics
#' @family DBIConnection generics
#' @family DBIResult generics
#' @inherit DBItest::spec_get_info return
#' @export
#' @examplesIf requireNamespace("RSQLite", quietly = TRUE)
#' dbGetInfo(RSQLite::SQLite())
setGeneric("dbGetInfo",
def = function(dbObj, ...) standardGeneric("dbGetInfo")
)
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.