Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

DBI (version 1.2.0)

dbListConnections: List currently open connections

Description

DEPRECATED, drivers are no longer required to implement this method. Keep track of the connections you opened if you require a list.

Usage

dbListConnections(drv, ...)

Value

a list

Arguments

drv

A object inheriting from DBIDriver

...

Other arguments passed on to methods.

See Also

Other DBIDriver generics: DBIDriver-class, dbCanConnect(), dbConnect(), dbDataType(), dbDriver(), dbGetInfo(), dbIsReadOnly(), dbIsValid()