|
template<domain D :shared3p , type T> |
void | tdbInsertRow (string datasource, string table, D T[[1]] values) |
|
Insert a row into a table.
- Note
- This function can be used if all columns have the same type.
-
D - shared3p protection domain
-
Supported types - bool / uint8 / uint16 / uint32 / uint / int8 / int16 / int32 / int / float32 / float64 xor_uint8 / xor_uint16 / xor_uint32 / xor_uint64
- Parameters
-
datasource | - name of the data source |
table | - name of the table |
values | - row to be inserted |
◆ tdbInsertRow()
void tdbInsertRow |
( |
string |
datasource, |
|
|
string |
table, |
|
|
D T[[1]] |
values |
|
) |
| |