| SecreC 2 language
    2.8.0 (2023.09)
    Language and standard library reference | 
| Functions | |
| void | tdbTableCreate (string datasource, string table, uint64 parameters) | 
Create a table.
| 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. | 
| void tdbTableCreate | ( | string | datasource, | 
| string | table, | ||
| uint64 | parameters | ||
| ) |