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

Functions

int tdbTableCreateWithErrorCode (string datasource, string table, uint 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.
Returns
error code

Function Documentation

◆ tdbTableCreateWithErrorCode()

int tdbTableCreateWithErrorCode ( string  datasource,
string  table,
uint  parameters 
)