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

Functions

uint64 tdbReadColumn (string datasource, string table, uint64 index)
 

Detailed Description

Read a column from a table.

Parameters
datasource- data source name
table- table name
index- index of the column in the table
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()

uint64 tdbReadColumn ( string  datasource,
string  table,
uint64  index 
)