Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.h97 int GetRelationalMissQuerySql(const std::vector<std::string> &fieldNames, std::string &sql);
H A Dsqlite_query_helper.cpp919 int SqliteQueryHelper::GetRelationalMissQuerySql(const std::vector<std::string> &fieldNames, std::s… in GetRelationalMissQuerySql() function in DistributedDB::SqliteQueryHelper
972 int errCode = GetRelationalMissQuerySql(fieldNames, sql); in GetRelationalMissQueryStatement()