Class SQLiteDriver (and methods)
Source:R/SQLiteDriver.R
, R/dbDataType_SQLiteDriver.R
, R/dbGetInfo_SQLiteDriver.R
, and 2 more
SQLiteDriver-class.Rd
SQLiteDriver objects are created by SQLite()
, and used to select the
correct method in DBI::dbConnect()
.
They are a superclass of the DBI::DBIDriver class,
and used purely for dispatch.
The "Usage" section lists the class methods overridden by RSQLite.
The DBI::dbUnloadDriver()
method is a null-op.
Usage
# S4 method for class 'SQLiteDriver'
dbDataType(dbObj, obj, ..., extended_types = FALSE)
# S4 method for class 'SQLiteDriver'
dbGetInfo(dbObj, ...)
# S4 method for class 'SQLiteDriver'
dbIsValid(dbObj, ...)
# S4 method for class 'SQLiteDriver'
dbUnloadDriver(drv, ...)