dbDataType-methods {RSQLite} | R Documentation |
This method is a straight-forward implementation of the corresponding generic function.
SQLiteDriver
object, e.g., ODBCDriver
,
OracleDriver
.
See the Database Interface definition document
DBI.pdf
in the base directory of this package
or http://stat.bell-labs.com/RS-DBI.
## Don't run: data(quakes) drv <- dbDriver("SQLite") sql.type <- dbDataType(drv, quakes) ## End Don't run