| 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://developer.r-project.org/db.
SQLite,
dbGetInfo,
dbColumnInfo,
dbDriver,
dbConnect,
dbSendQuery
drv <- dbDriver("SQLite")
# after working awhile...
for(con in dbListConnections(odbc)){
dbGetStatement(dbListResults(con))
}