|
template<domain D :shared3p , type T> |
D T | tdbReadColumn (string datasource, string table, string column) |
|
Read a column from a table.
- Note
- D - shared3p protection domain
-
Supported types - bool / uint8 / uint16 / uint32 / uint / int8 / int16 / int32 / int / float32 / float64 xor_uint8 / xor_uint16 / xor_uint32 / xor_uint64
- Parameters
-
datasource | - name of the data source |
table | - name of the table |
column | - name of the column |
- Returns
- returns a vector with the values in the column
◆ tdbReadColumn()
D T tdbReadColumn |
( |
string |
datasource, |
|
|
string |
table, |
|
|
string |
column |
|
) |
| |