Home
last modified time | relevance | path

Searched defs:GenQuery (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h149 struct GenQuery { struct
153 virtual void SetQueryNodes(const std::string& tableName, QueryNodes&& nodes) {}; in SetQueryNodes()
154 virtual QueryNodes GetQueryNodes(const std::string& tableName) in GetQueryNodes()
160 int32_t QueryInterface(T *&query) in QueryInterface()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.h36 using GenQuery = DistributedData::GenQuery; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.h37 using GenQuery = DistributedData::GenQuery; variable