dbGetInfo,MySQLDriver-method | R Documentation |
Get information about a MySQL driver.
## 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)
dbObj , object , drv |
Object created by |
what |
Optional |
... |
Ignored. Needed for compatibility with generic. |
verbose |
If |
db <- RMySQL::MySQL()
db
dbGetInfo(db)
dbListConnections(db)
summary(db)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.