Searched defs:JSChangeInfo (Results 1 – 3 of 3) sorted by relevance
29 struct JSChangeInfo { struct31 std::string table;32 int32_t type;33 std::vector<PrimaryKey> inserted;34 std::vector<PrimaryKey> updated;35 std::vector<PrimaryKey> deleted;
38 using JSChangeInfo = OHOS::RelationalStoreJsKit::NapiRdbStoreObserver::JSChangeInfo; variable
107 NapiRdbStoreObserver::JSChangeInfo::JSChangeInfo(const Origin &origin, ChangeInfo::iterator info) in JSChangeInfo() function in OHOS::RelationalStoreJsKit::NapiRdbStoreObserver::JSChangeInfo