odbcConnectionActions: List the actions supported for the connection

View source: R/connection-pane.R

odbcConnectionActionsR Documentation

List the actions supported for the connection

Description

[Deprecated]

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

Usage

odbcConnectionActions(connection)

Arguments

connection

A connection object, as returned by dbConnect().

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

Value

A named list of actions that can be performed on the connection.


rstats-db/odbc documentation built on April 30, 2024, 2:10 p.m.