Nothing
#' @rdname AdbiDriver-class
#' @inheritParams DBI::dbDataType
#' @usage NULL
dbDataType_AdbiDriver <- function(dbObj, obj, ...) {
db_data_type(obj, dbObj@driver)
}
#' @rdname AdbiDriver-class
#' @export
setMethod("dbDataType", "AdbiDriver", dbDataType_AdbiDriver)
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.