Searched refs:DBQuery (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | query_helper.h | 30 using DBQuery = DistributedDB::Query; 34 …static bool Handle(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery); 35 …static bool HandleExtra(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQ… 36 …static bool HandleEqualTo(const std::vector<std::string> &words, int &pointer, int end, DBQuery &d… 41 const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery); 43 …static bool HandleIsNull(const std::vector<std::string> &words, int &pointer, int end, DBQuery &db… 45 …static bool HandleIn(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuer… 46 …static bool HandleNotIn(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQ… 47 …static bool HandleLike(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQu… 49 …static bool HandleAnd(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQue… [all …]
|
H A D | query_helper.cpp | 35 DBQuery dbQuery = DBQuery::Select(); in StringToDbQuery() 81 return DBQuery::Select(); in StringToDbQuery() 87 bool QueryHelper::Handle(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQ… in Handle() 117 bool QueryHelper::HandleExtra(const std::vector<std::string> &words, int &pointer, int end, DBQuery… in HandleExtra() 139 …lper::HandleEqualTo(const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) in HandleEqualTo() 244 const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) in HandleGreaterThanOrEqualTo() 270 const std::vector<std::string> &words, int &pointer, int end, DBQuery &dbQuery) in HandleLessThanOrEqualTo() 319 bool QueryHelper::HandleIn(const std::vector<std::string> &words, int &pointer, int end, DBQuery &d… in HandleIn() 391 bool QueryHelper::HandleLike(const std::vector<std::string> &words, int &pointer, int end, DBQuery … in HandleLike() 417 bool QueryHelper::HandleAnd(const std::vector<std::string> &words, int &pointer, int end, DBQuery &… in HandleAnd() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | single_store_impl.cpp | 242 DBQuery dbQuery = DBQuery::Select(); in GetEntries() 253 DBQuery dbQuery = convertor_.GetDBQuery(query); in GetEntries() 270 DBQuery dbQuery = DistributedDB::Query::Select(); in GetResultSet() 281 DBQuery dbQuery = convertor_.GetDBQuery(query); in GetResultSet() 312 DBQuery dbQuery = convertor_.GetDBQuery(query); in GetCount() 393 Status SingleStoreImpl::GetResultSet(const DBQuery &query, std::shared_ptr<ResultSet> &resultSet) c… in GetResultSet() 410 Status SingleStoreImpl::GetEntries(const DBQuery &query, std::vector<Entry> &entries) const in GetEntries()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | convertor.h | 26 using DBQuery = DistributedDB::Query; variable 32 DBQuery GetDBQuery(const DataQuery &query) const;
|
H A D | single_store_impl.h | 44 using DBQuery = DistributedDB::Query; variable 125 Status GetResultSet(const DBQuery &query, std::shared_ptr<ResultSet> &resultSet) const; 126 Status GetEntries(const DBQuery &query, std::vector<Entry> &entries) const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | convertor.cpp | 46 Convertor::DBQuery Convertor::GetDBQuery(const DataQuery &query) const in GetDBQuery() 48 DBQuery dbQuery = *(query.query_); in GetDBQuery()
|
H A D | single_store_impl.cpp | 411 DBQuery dbQuery = DBQuery::Select(); in GetEntries() 423 DBQuery dbQuery = convertor_.GetDBQuery(query); in GetEntries() 441 DBQuery dbQuery = DistributedDB::Query::Select(); in GetResultSet() 493 DBQuery dbQuery = convertor_.GetDBQuery(query); in GetResultSet() 526 DBQuery dbQuery = convertor_.GetDBQuery(query); in GetCount() 871 Status SingleStoreImpl::GetResultSet(const DBQuery &query, std::shared_ptr<ResultSet> &resultSet) c… in GetResultSet() 888 Status SingleStoreImpl::GetEntries(const DBQuery &query, std::vector<Entry> &entries) const in GetEntries()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/include/ |
H A D | single_store_impl.h | 35 using DBQuery = DistributedDB::Query; variable 90 Status GetResultSet(const DBQuery &query, std::shared_ptr<ResultSet> &resultSet) const; 91 Status GetEntries(const DBQuery &query, std::vector<Entry> &entries) const;
|