Learn R Programming

odbc (version 1.4.2)

odbcConnectionActions: List the actions supported for the connection

Description

[Deprecated]

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

Usage

odbcConnectionActions(connection)

Value

A named list of actions that can be performed on the 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