| dbListTables-methods {RSQLite} | R Documentation |
These methods are straight-forward implementations of the corresponding generic functions.
SQLiteDriver.SQLiteConnection.
See the Database Interface definition document
DBI.pdf in the base directory of this package
or
http://stat.bell-labs.com/RS-DBI.
SQLite,
dbGetInfo,
dbColumnInfo,
dbDriver,
dbConnect,
dbSendQuery
## Not run:
drv <- dbDriver("SQLite")
# after working awhile...
for(con in dbListConnections(odbc)){
dbGetStatement(dbListResults(con))
}
## End(Not run)