SQLiteDriver-class {RSQLite}R Documentation

Class SQLiteDriver (and methods)

Description

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.

Usage

## S4 method for signature 'SQLiteDriver'
dbIsValid(dbObj, ...)

## S4 method for signature 'SQLiteDriver'
dbUnloadDriver(drv, ...)

[Package RSQLite version 1.1-1 Index]