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

Functions

template<domain D :shared3p >
BlStringVector< D > tdbReadBlStringColumn (string ds, string table, uint col)
 
template<domain D :shared3p >
BlStringVector< D > tdbReadBlStringColumn (string ds, string table, string name)
 

Detailed Description

Read a bounded-length string vector from a table_database table.

Note
D - shared3p protection domain
Parameters
ds- data source name
table- table name
col- column index
Returns
returns the column of the table as a bounded-length string vector
Leakage
None

Function Documentation

◆ tdbReadBlStringColumn() [1/2]

BlStringVector<D> tdbReadBlStringColumn ( string  ds,
string  table,
string  name 
)
Parameters
ds- data source name
table- table name
name- column name

◆ tdbReadBlStringColumn() [2/2]

BlStringVector<D> tdbReadBlStringColumn ( string  ds,
string  table,
uint  col 
)