![[Deprecated]](figures/lifecycle-deprecated.svg)
Return a list of actions that can be performed on the connection.
Usage
odbcConnectionActions(connection)
Arguments
- connection
A connection object, as returned by dbConnect()
.
Value
A named list of actions that can be performed on the connection.
Details
The list returned is a named list of actions, where each action has the
following properties:
- callback
A function to be invoked to perform the action
- icon
An optional path to an icon representing the action