|
SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
| template<type T> | |
| T | tdbReadColumn (string datasource, string table, uint index) |
Read a column from a table.
| datasource | - data source name |
| table | - table name |
| index | - index of the column in the table |
| T tdbReadColumn | ( | string | datasource, |
| string | table, | ||
| uint | index | ||
| ) |