Home
last modified time | relevance | path

Searched refs:OH_Rdb_FindModifyTime (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_test.cpp798 cursor = OH_Rdb_FindModifyTime(storeTestRdbStore_, "rdbstoreimpltest_integer", "ROWID", values);
841 …OH_Cursor *cursor = OH_Rdb_FindModifyTime(nullptr, "rdbstoreimpltest_integer", "data_key", values);
845 cursor = OH_Rdb_FindModifyTime(storeTestRdbStore_, nullptr, "data_key", values);
849 …cursor = OH_Rdb_FindModifyTime(storeTestRdbStore_, "rdbstoreimpltest_integer", "data_key", nullptr…
853 cursor = OH_Rdb_FindModifyTime(storeTestRdbStore_, "", "data_key", values);
860 cursor = OH_Rdb_FindModifyTime(storeTestRdbStore_, "test", "data_key", values);
866 cursor = OH_Rdb_FindModifyTime(storeTestRdbStore_, "rdbstoreimpltest_integer", "", values);
873 …cursor = OH_Rdb_FindModifyTime(storeTestRdbStore_, "rdb_aux_rdbstoreimpltest_integer", "data_key",…
/ohos5.0/docs/zh-cn/application-dev/database/
H A Dnative-relational-store-guidelines.md45 | OH_Rdb_FindModifyTime(OH_Rdb_Store *store, const char *tableName, const char *columnName, OH_VObj…
299 7. 查询数据的最后修改时间。调用OH_Rdb_FindModifyTime查询指定表中指定列的数据的最后修改时间,该接口返回一个有两列数据的OH_Cursor对象,第一列为传入的主键/RowId,…
306 cursor = OH_Rdb_FindModifyTime(store_, "EMPLOYEE", "ROWID", values);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h728 OH_Cursor *OH_Rdb_FindModifyTime(OH_Rdb_Store *store, const char *tableName, const char *columnName,
/ohos5.0/docs/en/application-dev/database/
H A Dnative-relational-store-guidelines.md45 | OH_Rdb_FindModifyTime(OH_Rdb_Store *store, const char *tableName, const char *columnName, OH_VObj…
305 …Call **OH_Rdb_FindModifyTime** to obtain the last modification time of data in the specified colum…
312 cursor = OH_Rdb_FindModifyTime(store_, "EMPLOYEE", "ROWID", values);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md132 | [OH_Rdb_FindModifyTime](_r_d_b.md#oh_rdb_findmodifytime) ([OH_Rdb_Store](_o_h___rdb___store.md) \…
H A D_r_d_b.md156 | [OH_Rdb_FindModifyTime](#oh_rdb_findmodifytime) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, c…
1775 ### OH_Rdb_FindModifyTime()
1778 OH_Cursor* OH_Rdb_FindModifyTime (OH_Rdb_Store *store, const char *tableName, const char *columnNam…
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md132 | [OH_Rdb_FindModifyTime](_r_d_b.md#oh_rdb_findmodifytime) ([OH_Rdb_Store](_o_h___rdb___store.md) \…
H A D_r_d_b.md156 | [OH_Rdb_FindModifyTime](#oh_rdb_findmodifytime) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, c…
1775 ### OH_Rdb_FindModifyTime()
1778 OH_Cursor* OH_Rdb_FindModifyTime (OH_Rdb_Store *store, const char *tableName, const char *columnNam…
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp675 OH_Cursor *OH_Rdb_FindModifyTime(OH_Rdb_Store *store, const char *tableName, const char *columnName… in OH_Rdb_FindModifyTime() function