Searched defs:OrderBy (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ | ||
H A D | query.cpp | 88 Query &Query::OrderBy(const std::string &field, bool isAsc) in OrderBy() function in DistributedDB::Query |
H A D | query_expression.cpp | 130 void QueryExpression::OrderBy(const std::string& field, bool isAsc) in OrderBy() function in DistributedDB::QueryExpression |
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ | ||
H A D | rdb_query.cpp | 157 void RdbQuery::OrderBy(const RdbPredicateOperation &operation) in OrderBy() function in OHOS::DistributedRdb::RdbQuery |
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ | ||
H A D | relational_predicates.cpp | 229 OH_Predicates *RelationalPredicate::OrderBy(OH_Predicates *predicates, const char *field, OH_OrderT… in OrderBy() function in OHOS::RdbNdk::RelationalPredicate |