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

Functions

void tdbInsertRow (string datasource, string table, uint64 parameters)
 

Detailed Description

Insert a row into a table.

Parameters
datasource- name of the data source containing the table
table- table name
parameters- id of the vector map containing values to be inserted. The vector "values" should contain a value for each column.

Function Documentation

◆ tdbInsertRow()

void tdbInsertRow ( string  datasource,
string  table,
uint64  parameters 
)