Home
last modified time | relevance | path

Searched refs:tbAlias (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp253 unsigned char *tbAlias = nullptr; in GetTableInfo() local
255 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()