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

Functions

uint64 tdbGetColumnTypes (string datasource, string table)
 

Detailed Description

Get the column types of a table.

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

Function Documentation

◆ tdbGetColumnTypes()

uint64 tdbGetColumnTypes ( string  datasource,
string  table 
)