dbListResults
From DBI v0.4-1
by Kirill Müller
A list of all pending results.
List of DBIResult objects currently active on the connection.
Usage
dbListResults(conn, ...)
Arguments
- conn
- A
DBIConnection
object, as produced bydbConnect
. - ...
- Other parameters passed on to methods.
Value
-
a list. If no results are active, an empty list. If only
a single result is active, a list with one element.
See Also
Other connection methods: dbDisconnect
,
dbExistsTable
,
dbGetException
, dbGetQuery
,
dbListFields
, dbListTables
,
dbReadTable
, dbRemoveTable
,
dbSendQuery
Community examples
Looks like there are no examples yet.