DBI (version 1.2.2)

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