SQLiteDriver-class | R Documentation |
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.
## 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, ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.