Searched defs:rawSelection (Results 1 – 2 of 2) sorted by relevance
134 std::string rawSelection = "select * from table"; variable148 std::string rawSelection = ""; variable162 std::string rawSelection = "select * from user order by @(*.{}`。 age"; variable
32 DataAbilityPredicates::DataAbilityPredicates(const std::string &rawSelection) : isRawSelection(true… in DataAbilityPredicates()