Home
last modified time | relevance | path

Searched defs:OrderBy (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery.cpp88 Query &Query::OrderBy(const std::string &field, bool isAsc) in OrderBy() function in DistributedDB::Query
H A Dquery_expression.cpp130 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 Drdb_query.cpp157 void RdbQuery::OrderBy(const RdbPredicateOperation &operation) in OrderBy() function in OHOS::DistributedRdb::RdbQuery
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_predicates.cpp229 OH_Predicates *RelationalPredicate::OrderBy(OH_Predicates *predicates, const char *field, OH_OrderT… in OrderBy() function in OHOS::RdbNdk::RelationalPredicate