"DBIObject"
, directly.DBIDriver
is
dbDriver
.DBI.pdf
in the base directory of this package
or DBIObject-class
DBIDriver-class
DBIConnection-class
DBIResult-class
The function dbConnect
is the main generator.
In addition see the help of the methods above.
drv <- dbDriver("ODBC")
summary(drv)
dbListConnections(drv)
Run the code above in your browser using DataLab