next up previous
Next: Set operation Up: The primitive commands Previous: Table read

Table update

add_record(TableName,InternalFormat,ValueList,^RID, ^Status)
creates a record by "ValueList" and register the record to the table. The registration of indexes is automatically done at the same time.
replace_record(TableName,InternalFormat,RID,ValueList, ^Status)
updates the specified record by "ValueList". The update of indexes is also done at the same time.
delete_record(TableName,RID,^Status)
deletes the specified record from the table. The deletion of indexes is also done at the same time.