RMySQL (version 0.10.20)

dbGetInfo,MySQLDriver-method: Get information about a MySQL driver.

Description

Get information about a MySQL driver.

Usage

# S4 method for MySQLDriver
dbGetInfo(dbObj, what = "", ...)

# S4 method for MySQLDriver dbListConnections(drv, ...)

# S4 method for MySQLDriver summary(object, verbose = FALSE, ...)

# S4 method for 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

Run this code
# NOT RUN {
db <- RMySQL::MySQL()

db
dbGetInfo(db)
dbListConnections(db)
summary(db)
# }

Run the code above in your browser using DataLab