SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
tdbVmapAddBatch

Functions

void tdbVmapAddBatch (uint64 id)
 

Detailed Description

Add a batch to a vector map.

Note
A vector map always contains at least one batch. Batches are used for combining multiple database operations. For instance, to insert two rows at once, add values of the first row to a vector map, call this function, add values of the second row and call tdbInsertRow.
Parameters
id- vector map id

Function Documentation

◆ tdbVmapAddBatch()

void tdbVmapAddBatch ( uint64  id)