Learn R Programming

RBaseX (version 1.1.2)

Updating: Updating

Description

Check if the query contains updating expressions.

Usage

Updating(query_obj)

Value

This function returns a list with the following items:

  • result Result

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

Arguments

query_obj

Query instance-ID

Details

Returns TRUE if the query contains updating expressions; FALSE otherwise.