Home
last modified time | relevance | path

Searched refs:MapValueToSql (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.h143 std::string MapValueToSql(const QueryObjNode &queryNode, bool placeholder) const;
H A Dsqlite_query_helper.cpp646 …std::string sql = RELATIONAL_SYMBOL_TO_SQL.at(queryNode.operFlag) + MapValueToSql(queryNode, place… in MapRelationalSymbolToSql()
691 std::string SqliteQueryHelper::MapValueToSql(const QueryObjNode &queryNode, bool placeholder) const in MapValueToSql() function in DistributedDB::SqliteQueryHelper