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

Functions

template<type T>
tdbReadColumn (string datasource, string table, uint 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 with the values in the column

Function Documentation

◆ tdbReadColumn()

T tdbReadColumn ( string  datasource,
string  table,
uint  index 
)