Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
add_table_row [2013/08/08 16:01] admin created |
add_table_row [2013/08/08 19:18] (current) |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | This functor adds a row in specified table. | + | This functor inserts a row into a specified table. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| Line 23: | Line 23: | ||
| The tuple corresponding to the new row must have elements corresponding to all table columns. Otherwise, an error will be reported. | The tuple corresponding to the new row must have elements corresponding to all table columns. Otherwise, an error will be reported. | ||
| + | |||
| + | If a row containing the same keys of the given tuple already exists in the input table, the existent row is updated with the new values. | ||
| ===== Internal Name ===== | ===== Internal Name ===== | ||