SQLiteDriver-class: Class SQLiteDriver (and methods)

Description Usage

Description

SQLiteDriver objects are created by SQLite(), and used to select the correct method in dbConnect(). They are a superclass of the DBIDriver class, and used purely for dispatch. The "Usage" section lists the class methods overridden by RSQLite. The dbUnloadDriver() method is a null-op.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'SQLiteDriver'
dbDataType(dbObj, obj, ...)

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

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

real-didi/RSQLiteFixed documentation built on May 21, 2019, 1:45 p.m.