SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
void | tdbInsertRow (string datasource, string table, uint64 parameters) |
Insert a row into a table.
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. |
void tdbInsertRow | ( | string | datasource, |
string | table, | ||
uint64 | parameters | ||
) |