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

Functions

void tdbTableSetAttributes (string ds, string table, uint vmap)
 

Detailed Description

Set user defined attributes of a table.

Parameters
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"

Function Documentation

◆ tdbTableSetAttributes()

void tdbTableSetAttributes ( string  ds,
string  table,
uint  vmap 
)