Home
last modified time | relevance | path

Searched refs:DBCursor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_db_impl.h28 using DBCursor = DistributedData::Cursor; variable
39 std::shared_ptr<DBCursor> Query(const std::string &table, const DBVBucket &extend) override;
H A Dcloud_db_impl.cpp122 std::shared_ptr<DBCursor> CloudDbImpl::Query(const std::string &table, const DBVBucket &extend) in Query()