SynopsisReturns 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
DescriptionThe database module defines the table identifier internally. Return ValuedbGetTableName returns a pointer to the table name if successful, or NULL if not found. Exampleconst char_t * pTableName = dbGetTableName(0, 1); See Also |