Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dbGetInfo-MySQLDriver-method

Get information about a MySQL driver.


Description

Get information about a MySQL driver.

Usage

## 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)

RMySQL

Database Interface and 'MySQL' Driver for R

v0.10.21
GPL-2
Authors
Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>), David James [aut], Saikat DebRoy [aut], Hadley Wickham [aut], Jeffrey Horner [aut], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.