SQLiteDriver-class {RSQLite} | R Documentation |
Class SQLiteDriver (and methods)
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
## 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, ...)
[Package RSQLite version 2.2.16 Index]