|
SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
| int | tdbTableCreateWithErrorCode (string datasource, string table, uint 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. |
| int tdbTableCreateWithErrorCode | ( | string | datasource, |
| string | table, | ||
| uint | parameters | ||
| ) |