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

Functions

uint64 tdbGetRowCount (string datasource, string table)
 

Detailed Description

Get the number of rows in a table.

Parameters
datasource- data source name
table- table name
Returns
returns the number of rows in the table

Function Documentation

◆ tdbGetRowCount()

uint64 tdbGetRowCount ( string  datasource,
string  table 
)