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

Functions

bool tdbTableExists (string datasource, string table)
 

Detailed Description

Check if a table exists.

Parameters
datasource- name of the data source that is expected to contain the table
table- table name
Returns
returns true if the table exists

Function Documentation

◆ tdbTableExists()

bool tdbTableExists ( string  datasource,
string  table 
)