Home
last modified time | relevance | path

Searched defs:orderBy (Results 1 - 4 of 4) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Doh_predicates.h294 OH_Predicates *(*orderBy)(OH_Predicates *predicates, const char *field, OH_OrderType type); member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_file_operations.cpp455 string orderBy = RemoveWhereSuffix(cmd, " ORDER BY "); in BuildQueryFileSql() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_sql_builder.cpp74 BuildQueryString(bool distinct, const std::string &table, const std::string &joinClause, const std::vector<std::string> &columns, const std::string &whereClause, const std::string &groupBy, const std::string &indexName, const std::string &orderBy, const int &limit, const int &offset, std::string &outSql) BuildQueryString() argument
H A Drdb_store.cpp221 Query(int &errCode, bool distinct, const std::string &table, const Fields &columns, const std::string &whereClause, const Values &args, const std::string &groupBy, const std::string &indexName, const std::string &orderBy, const int &limit, const int &offset) Query() argument

Completed in 4 milliseconds