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.
class
## S4 method for signature 'SQLiteDriver'dbDataType(dbObj, obj,..., extended_types =FALSE)## S4 method for signature 'SQLiteDriver'dbGetInfo(dbObj,...)## S4 method for signature 'SQLiteDriver'dbIsValid(dbObj,...)## S4 method for signature 'SQLiteDriver'dbUnloadDriver(drv,...)