DBIDriver-class {DBI} | R Documentation |
Base class for all DBMS drivers (e.g., RSQLite, MySQL, PostgreSQL).
The virtual class DBIDriver
defines the operations for creating
connections and defining data type mappings. Actual driver classes, for
instance RPgSQL
, RMySQL
, etc. implement these operations in a
DBMS-specific manner.
## S4 method for signature 'DBIDriver' show(object)
object |
Object to display |
Other DBI classes: DBIConnection-class
,
DBIObject-class
,
DBIResult-class