Last data update: 2014.03.03

R: List currently open connections.
dbListConnectionsR Documentation

List currently open connections.

Description

Drivers that implement only a single connections MUST return a list containing a single element. If no connection are open, methods MUST return an empty list.

Usage

dbListConnections(drv, ...)

Arguments

drv

A object inheriting from DBIDriver

...

Other arguments passed on to methods.

Value

a list

Results