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