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

dbGetInfo,MySQLDriver-methodR Documentation

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)

rstats-db/RMySQL documentation built on Feb. 5, 2024, 7:08 p.m.