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

Functions

uint64 tdbGetColumnCount (string datasource, string table)
 

Detailed Description

Get the number of columns in a table.

Parameters
datasource- data source name
table- table name
Returns
returns the number of columns in the table

Function Documentation

◆ tdbGetColumnCount()

uint64 tdbGetColumnCount ( string  datasource,
string  table 
)