Learn R Programming

RMySQL (version 0.10.2)

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

Description

Get information about a MySQL driver.

Usage

## S3 method for class 'MySQLDriver':
dbGetInfo(dbObj, what = "", ...)

## S3 method for class 'MySQLDriver': dbListConnections(drv, ...)

## S3 method for class 'MySQLDriver': summary(object, verbose = FALSE, ...)

## S3 method for class '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
db <- RMySQL::MySQL()

db
dbGetInfo(db)
dbListConnections(db)
summary(db)

Run the code above in your browser using DataLab