| SecreC 2 language
    2.8.0 (2023.09)
    Language and standard library reference | 
| Functions | |
| bool | tdbTableExists (string datasource, string table) | 
Check if a table exists.
| datasource | - name of the data source that is expected to contain the table | 
| table | - table name | 
| bool tdbTableExists | ( | string | datasource, | 
| string | table | ||
| ) |