/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | modify_time_cursor.h | 25 using ModifyTime = OHOS::NativeRdb::RdbStore::ModifyTime; variable 27 explicit ModifyTimeCursor(ModifyTime &&modifyTime); 48 ModifyTime modifyTime_;
|
H A D | modify_time_cursor.cpp | 22 ModifyTimeCursor::ModifyTimeCursor(ModifyTimeCursor::ModifyTime &&modifyTime) in ModifyTimeCursor()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store.cpp | 21 RdbStore::ModifyTime::ModifyTime(std::shared_ptr<ResultSet> result, std::map<std::vector<uint8_t>, … in ModifyTime() function in OHOS::NativeRdb::RdbStore::ModifyTime 36 RdbStore::ModifyTime::operator std::map<PRIKey, Date>() 65 RdbStore::ModifyTime::operator std::shared_ptr<ResultSet>() 70 RdbStore::PRIKey RdbStore::ModifyTime::GetOriginKey(const std::vector<uint8_t> &hash) in GetOriginKey() 76 size_t RdbStore::ModifyTime::GetMaxOriginKeySize() in GetMaxOriginKeySize() 81 bool RdbStore::ModifyTime::NeedConvert() const in NeedConvert() 549 RdbStore::ModifyTime RdbStore::GetModifyTime(const std::string &table, const std::string &column, in GetModifyTime()
|
H A D | rdb_store_impl.cpp | 145 RdbStore::ModifyTime RdbStoreImpl::GetModifyTime(const std::string &table, const std::string &colum… in GetModifyTime() 189 RdbStore::ModifyTime RdbStoreImpl::GetModifyTimeByRowId(const std::string &logTable, std::vector<PR… in GetModifyTimeByRowId() 210 return ModifyTime(resultSet, {}, true); in GetModifyTimeByRowId()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_store.h | 122 class API_EXPORT ModifyTime { 124 ModifyTime() = default; 125 …API_EXPORT ModifyTime(std::shared_ptr<ResultSet> result, std::map<std::vector<uint8_t>, PRIKey> ha… 646 …virtual ModifyTime GetModifyTime(const std::string &table, const std::string &column, std::vector<…
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | rdb_store_impl.h | 133 ModifyTime GetModifyTime(const std::string &table, const std::string &columnName, 191 ModifyTime GetModifyTimeByRowId(const std::string &logTable, std::vector<PRIKey> &keys);
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.21/ |
H A D | changelogs-distributeddatamgr.md | 109 …- getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[]): Promise<ModifyTime>; 114 callback: AsyncCallback<ModifyTime>
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_store_impl_test.cpp | 173 …RdbStore::ModifyTime resultMapTmp = store_->GetModifyTime("rdbstoreimpltest_integer", "ROWID", PKe… 177 …RdbStore::ModifyTime resultPtrTmp = store_->GetModifyTime("rdbstoreimpltest_integer", "ROWID", PKe… 183 RdbStore::ModifyTime result = store_->GetModifyTime("rdbstoreimpltest_integer", "ROWID", PKey);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-distributed-data.md | 29 |新增|NA|类名:relationalStore;<br>方法or属性:type ModifyTime = Map\<PRIKeyType, UTCTime>;|@ohos.data.relati… 81 …able: string, columnName: string, primaryKeys: PRIKeyType[]): Promise\<ModifyTime>;|@ohos.data.rel… 82 …<br> primaryKeys: PRIKeyType[],<br> callback: AsyncCallback\<ModifyTime><br> ): void;…
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/ |
H A D | clouddisk_rdbstore_mock.h | 145 MOCK_METHOD3(GetModifyTime, ModifyTime(const std::string &table, const std::string &columnName,
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | rdb_store_mock.h | 144 MOCK_METHOD3(GetModifyTime, ModifyTime(const std::string &table, const std::string &columnName,
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/ |
H A D | mock_rdb.h | 285 ModifyTime GetModifyTime( in GetModifyTime()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_app_provision_info.h | 290 virtual ModifyTime GetModifyTime( in GetModifyTime()
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-distributed-data.md | 29 |Added|NA|Class name: relationalStore;<br>Method or attribute name: type ModifyTime = Map\<PRIKeyTy… 81 …able: string, columnName: string, primaryKeys: PRIKeyType[]): Promise\<ModifyTime>;|@ohos.data.rel… 82 …<br> primaryKeys: PRIKeyType[],<br> callback: AsyncCallback\<ModifyTime><br> ): void;…
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
H A D | notification_rdb_data_mgr_test.cpp | 322 virtual ModifyTime GetModifyTime( in GetModifyTime()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-relationalStore.md | 737 ## ModifyTime<sup>10+</sup> 739 type ModifyTime = Map<PRIKeyType, UTCTime> 4626 …ng, columnName: string, primaryKeys: PRIKeyType[], callback: AsyncCallback<ModifyTime>): void 4639 | callback | AsyncCallback<[ModifyTime](#modifytime10)> | 是 | 指定callback回调函数。如果操作成功,则返回M… 4673 …Store).getModifyTime("EMPLOYEE", "NAME", PRIKey, (err, modifyTime: relationalStore.ModifyTime) => { 4685 getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[]): Promise<ModifyTime&… 4703 | Promise<[ModifyTime](#modifytime10)> | 返回ModifyTime类型的Promise对象,表示数据最后的修改时间。 | 4740 .then((modifyTime: relationalStore.ModifyTime) => {
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-distributed-data.md | 79 |新增|NA|类名:relationalStore;<br>方法or属性:type ModifyTime = Map\<PRIKeyType, UTCTime>;|@ohos.data.relati… 145 …able: string, columnName: string, primaryKeys: PRIKeyType[]): Promise\<ModifyTime>;|@ohos.data.rel… 146 …<br> primaryKeys: PRIKeyType[],<br> callback: AsyncCallback\<ModifyTime><br> ): void;…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-relationalStore.md | 732 ## ModifyTime<sup>10+</sup> 734 type ModifyTime = Map<PRIKeyType, UTCTime> 4599 …ng, columnName: string, primaryKeys: PRIKeyType[], callback: AsyncCallback<ModifyTime>): void 4612 …cCallback<[ModifyTime](#modifytime10)> | Yes | Callback used to return the result. If the o… 4646 …Store).getModifyTime("EMPLOYEE", "NAME", PRIKey, (err, modifyTime: relationalStore.ModifyTime) => { 4658 getModifyTime(table: string, columnName: string, primaryKeys: PRIKeyType[]): Promise<ModifyTime&… 4676 | Promise<[ModifyTime](#modifytime10)> | Promise used to return the **ModifyTime** object.| 4713 .then((modifyTime: relationalStore.ModifyTime) => {
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-distributed-data.md | 79 |Added|NA|Class name: relationalStore;<br>Method or attribute name: type ModifyTime = Map\<PRIKeyTy… 145 …able: string, columnName: string, primaryKeys: PRIKeyType[]): Promise\<ModifyTime>;|@ohos.data.rel… 146 …<br> primaryKeys: PRIKeyType[],<br> callback: AsyncCallback\<ModifyTime><br> ): void;…
|