Learn R Programming

RBaseX (version 1.1.2)

Execute: Execute

Description

Executes a database command or a query.

Usage

Execute(...)

Value

When used to execute commands in the Standard mode, this function returns a list with the following items:

  • result

  • info Aditional info

  • success A boolean, indicating if the command was completed successfull

When used to execute a query, it return the result as a list.

Arguments

...

The command or query to be executed. When used to execute a command, a SessionID and a string which contains the command, are to be passed. When used to execute a query, the QueryClass instance-ID is passed.

Details

The 'Execute' command is deprecated and has been renamed to 'Command'. 'Execute' is being kept as convenience.