Home
last modified time | relevance | path

Searched refs:GetRelationalSyncDataQuerySqlWithLimit (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.h101 …int GetRelationalSyncDataQuerySqlWithLimit(const std::vector<std::string> &fieldNames, std::string…
H A Dsqlite_query_helper.cpp1033 int SqliteQueryHelper::GetRelationalSyncDataQuerySqlWithLimit(const std::vector<std::string> &field… in GetRelationalSyncDataQuerySqlWithLimit() function in DistributedDB::SqliteQueryHelper
1068 errCode = GetRelationalSyncDataQuerySqlWithLimit(fieldNames, sql); in GetRelationalQueryStatement()