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

Functions

uint64 tdbGetColumnNames (string datasource, string table)
 

Detailed Description

Get the column names of a table.

Parameters
datasource- data source name
table- table name
Returns
returns the id of a vector map where the string vector "names" contains the names of the columns in the table

Function Documentation

◆ tdbGetColumnNames()

uint64 tdbGetColumnNames ( string  datasource,
string  table 
)