dbGetTableNameGoAhead WebServer APIGoAhead EMF

Synopsis

Returns a pointer to the name of the table corresponding to the table id.

Prototype

 #include "emfdb.h"

 char_t * dbGetTableName(int did, int tid);

Parameters

diddatabase Identifier
tidtable identifier

Description

The database module defines the table identifier internally.

Return Value

dbGetTableName returns a pointer to the table name if successful, or NULL if not found.

Example

const char_t * pTableName = dbGetTableName(0, 1);

See Also

dbGetTableId()