## S4 method for signature 'MySQLDriver'dbGetInfo(dbObj, what ="",...)## S4 method for signature 'MySQLDriver'dbListConnections(drv,...)## S4 method for signature 'MySQLDriver'summary(object, verbose =FALSE,...)## S4 method for signature 'MySQLDriver'show(object)
Arguments
dbObj, object, drv: Object created by MySQL.
what: Optional
...: Ignored. Needed for compatibility with generic.
verbose: If TRUE, print extra info.
Examples
db <- RMySQL::MySQL()
db
dbGetInfo(db)dbListConnections(db)summary(db)