Searched refs:tbAlias (Results 1 – 1 of 1) sorted by relevance
253 unsigned char *tbAlias = nullptr; in GetTableInfo() local255 OhCloudExtTableGetAlias(pTable.get(), &tbAlias, reinterpret_cast<unsigned int *>(&tbAliasLen)); in GetTableInfo()256 if (tbAlias == nullptr) { in GetTableInfo()259 dbTable.alias = std::string(reinterpret_cast<char *>(tbAlias), tbAliasLen); in GetTableInfo()