Searched refs:tbName (Results 1 – 1 of 1) sorted by relevance
246 unsigned char *tbName = nullptr; in GetTableInfo() local248 OhCloudExtTableGetName(pTable.get(), &tbName, reinterpret_cast<unsigned int *>(&tbNameLen)); in GetTableInfo()249 if (tbName == nullptr) { in GetTableInfo()252 dbTable.name = std::string(reinterpret_cast<char *>(tbName), tbNameLen); in GetTableInfo()