Searched refs:MapValueToSql (Results 1 – 2 of 2) sorted by relevance
143 std::string MapValueToSql(const QueryObjNode &queryNode, bool placeholder) const;
646 …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