Home
last modified time | relevance | path

Searched defs:queryNode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.cpp641 std::string SqliteQueryHelper::MapRelationalSymbolToSql(const QueryObjNode &queryNode, bool placeho… in MapRelationalSymbolToSql() argument
661 std::string SqliteQueryHelper::MapKeywordSymbolToSql(const QueryObjNode &queryNode) in MapKeywordSymbolToSql()
691 std::string SqliteQueryHelper::MapValueToSql(const QueryObjNode &queryNode, bool placeholder) const in MapValueToSql() argument
703 static bool IsNeedCastWitEmptyValue(const QueryObjNode &queryNode) in IsNeedCastWitEmptyValue()
709 std::string SqliteQueryHelper::MapCastFuncSql(const QueryObjNode &queryNode, const std::string &acc… in MapCastFuncSql()
726 int SqliteQueryHelper::BindFieldValue(sqlite3_stmt *statement, const QueryObjNode &queryNode, int &… in BindFieldValue() argument
759 std::string SqliteQueryHelper::GetFieldShape(const QueryObjNode &queryNode, const std::string &acce… in GetFieldShape()
768 int SqliteQueryHelper::ParseQueryExpression(const QueryObjNode &queryNode, std::string &querySql, in ParseQueryExpression()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_db.cpp344 for (const auto &queryNode : queryNodes) { in IsPrimaryKeyMatching() local
354 bool VirtualCloudDb::IsPrimaryKeyMatchingInner(const QueryNode &queryNode, VBucket &record) in IsPrimaryKeyMatchingInner()
386 for (const auto &queryNode : queryNodes) { in IsCloudGidMatching() local
396 bool VirtualCloudDb::IsCloudGidMatchingInner(const QueryNode &queryNode, VBucket &extend) in IsCloudGidMatchingInner()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.cpp238 QueryNode queryNode; in ConvertQuery() local