Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.h61 std::pair<std::vector<std::string>, int> CalTableRef(const std::vector<std::string> &tableNames,
H A Dsqlite_single_relational_storage_engine.cpp959 std::pair<std::vector<std::string>, int> SQLiteSingleRelationalStorageEngine::CalTableRef( in CalTableRef() function in DistributedDB::SQLiteSingleRelationalStorageEngine
H A Dsqlite_relational_store.cpp1128 …auto [table, ret] = sqliteStorageEngine_->CalTableRef(info.table, storageEngine_->GetSharedTableOr… in Sync()