SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
tdbReadColumn(string, vector map)

Functions

uint tdbReadColumn (string datasource, string table, string column)
 

Detailed Description

Read a column from a table.

Parameters
datasource- data source name
table- table name
column- column name
Returns
Returns a vector map id. The first value of the "values" value vector in the vector map contains the values in the column.

Function Documentation

◆ tdbReadColumn()

uint tdbReadColumn ( string  datasource,
string  table,
string  column 
)