R/dbDataType_SQLiteConnection.R

Defines functions dbDataType_SQLiteConnection

Documented in dbDataType_SQLiteConnection

#' @rdname SQLiteConnection-class
#' @usage NULL
dbDataType_SQLiteConnection <- function(dbObj, obj, ...) {
  dbDataType(SQLite(), obj, extended_types = dbObj@extended_types, ...)
}
#' @rdname SQLiteConnection-class
#' @export
setMethod("dbDataType", "SQLiteConnection", dbDataType_SQLiteConnection)

Try the RSQLite package in your browser

Any scripts or data that you put into this service are public.

RSQLite documentation built on Nov. 5, 2023, 1:10 a.m.