Searched defs:orderBy (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | oh_predicates.h | 294 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 D | medialibrary_file_operations.cpp | 455 string orderBy = RemoveWhereSuffix(cmd, " ORDER BY "); in BuildQueryFileSql() local
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_sql_builder.cpp | 74 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 D | rdb_store.cpp | 221 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