Name

duro::insert - insert tuple into table

Synopsis

duro::insert tablename tuple txId

Description

Inserts the tuple specified by tuple into the table specified by tablename under the control of the transaction specified by txId.

A tuple is represented by a list containing pairs of elements. The first element in each pair is the attribute name and the second element of each pair is the attribute value.