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

Functions

uint tdbTableGetAttributes (string ds, string table)
 

Detailed Description

Get user defined attributes of a table.

Parameters
ds- name of the data source containing the table
table- table name
Returns
returns a vector map with two string vectors - "keys" and "values"

Function Documentation

◆ tdbTableGetAttributes()

uint tdbTableGetAttributes ( string  ds,
string  table 
)