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

Functions

void tdbTableCreate (string datasource, string table, uint64 parameters)
 

Detailed Description

Create a table.

Parameters
datasource- name of the data source that will contain the table
table- table name
parameters- id of the vector map containing parameters for creating the table. The vectors "types" and "names" should contain the types and names of the columns.

Function Documentation

◆ tdbTableCreate()

void tdbTableCreate ( string  datasource,
string  table,
uint64  parameters 
)