|
SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
| void | tdbTableSetAttributes (string ds, string table, uint vmap) |
Set user defined attributes of a table.
| ds | - name of the data source containing the table |
| table | - table name |
| vmap | - vector map containing the key-value attribute pairs as two string vectors - "keys" and "values" |
| void tdbTableSetAttributes | ( | string | ds, |
| string | table, | ||
| uint | vmap | ||
| ) |