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
◆ 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 |
|
) |
| |