| SQLiteDriver-class {RSQLite} | R Documentation |
The SQLiteDriver, which is used to select the correct method in
dbConnect(). See more details in SQLite().
It is used purely for dispatch and dbUnloadDriver() is a null-op.
## S4 method for signature 'SQLiteDriver' dbIsValid(dbObj, ...) ## S4 method for signature 'SQLiteDriver' dbUnloadDriver(drv, ...)