Home
last modified time | relevance | path

Searched refs:OH_Rdb_QueryLockedRow (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h1245 OH_Cursor *OH_Rdb_QueryLockedRow(
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md141 | [OH_Cursor](_o_h___cursor.md) \* [OH_Rdb_QueryLockedRow](_r_d_b.md#oh_rdb_querylockedrow) ([OH_Rd…
H A D_r_d_b.md165 | [OH_Cursor](_o_h___cursor.md) \* [OH_Rdb_QueryLockedRow](#oh_rdb_querylockedrow) ([OH_Rdb_Store](…
1975 ### OH_Rdb_QueryLockedRow()
1978 OH_Cursor *OH_Rdb_QueryLockedRow (OH_Rdb_Store *store, OH_Predicates *predicates, const char *const…
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_test.cpp1047 OH_Cursor *cursor = OH_Rdb_QueryLockedRow(storeTestRdbStore_, predicates, NULL, 0);
1059 cursor = OH_Rdb_QueryLockedRow(storeTestRdbStore_, predicates, NULL, 0);
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md141 | [OH_Cursor](_o_h___cursor.md) \* [OH_Rdb_QueryLockedRow](_r_d_b.md#oh_rdb_querylockedrow) ([OH_Rd…
H A D_r_d_b.md165 | [OH_Cursor](_o_h___cursor.md) \* [OH_Rdb_QueryLockedRow](#oh_rdb_querylockedrow) ([OH_Rdb_Store](…
1975 ### OH_Rdb_QueryLockedRow()
1978 OH_Cursor *OH_Rdb_QueryLockedRow (OH_Rdb_Store *store, OH_Predicates *predicates, const char *const…
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp942 OH_Cursor *OH_Rdb_QueryLockedRow( in OH_Rdb_QueryLockedRow() function