odbcConnectionActions function

List the actions supported for the connection

List the actions supported for the connection

Return a list of actions that can be performed on the connection.

odbcConnectionActions(connection)

Arguments

  • connection: A connection object, as returned by dbConnect().

Returns

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
  • Maintainer: Hadley Wickham
  • License: MIT + file LICENSE
  • Last published: 2025-03-27