Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.cpp163 entry[DBSchemaMeta::DELETE_FIELD] = GetExtend(vBucket, OPERATION_KEY); in GetEntry()
218 if (col == OPERATION_KEY) { in GetExtend()
H A Dcloud_cursor_impl.h55 static constexpr const char *OPERATION_KEY = "operation"; variable