dbListConnections {DBI}R 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


[Package DBI version 0.4-1 Index]