Searched refs:OH_Rdb_Insert (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_store_test.cpp | 117 errCode = OH_Rdb_Insert(storeTestRdbStore_, "store_test", valueBucket); in SetUp() 233 errCode = OH_Rdb_Insert(storeTestRdbStore_, "store_test", valueBucket); 299 errCode = OH_Rdb_Insert(storeTestRdbStore_, "store_test", valueBucket); 331 errCode = OH_Rdb_Insert(storeTestRdbStore_, "store_test", valueBucket); 363 errCode = OH_Rdb_Insert(storeTestRdbStore_, "store_test", valueBucket); 369 errCode = OH_Rdb_Insert(storeTestRdbStore_, "store_test", valueBucket); 531 errCode = OH_Rdb_Insert(storeTestRdbStore_, "wrong", valueBucket); 541 errCode = OH_Rdb_Insert(storeTestRdbStore_, table, valueBucket); 543 errCode = OH_Rdb_Insert(nullptr, "wrong", valueBucket); 545 errCode = OH_Rdb_Insert(storeTestRdbStore_, "wrong", nullptr); [all …]
|
H A D | rdb_cursor_test.cpp | 74 errCode = OH_Rdb_Insert(cursorTestRdbStore_, table, valueBucket); in SetUpTestCase() 83 errCode = OH_Rdb_Insert(cursorTestRdbStore_, table, valueBucket); in SetUpTestCase() 92 errCode = OH_Rdb_Insert(cursorTestRdbStore_, table, valueBucket); in SetUpTestCase() 135 int rowID = OH_Rdb_Insert(cursorTestRdbStore_, table, valueBucket); in CreateAssetTable() 146 rowID = OH_Rdb_Insert(cursorTestRdbStore_, table, valueBucket); in CreateAssetTable() 664 int rowID = OH_Rdb_Insert(cursorTestRdbStore_, table, valueBucket);
|
H A D | rdb_predicates_test.cpp | 73 errCode = OH_Rdb_Insert(predicatesTestRdbStore_, table, valueBucket); in SetUpTestCase() 82 errCode = OH_Rdb_Insert(predicatesTestRdbStore_, table, valueBucket); in SetUpTestCase() 91 errCode = OH_Rdb_Insert(predicatesTestRdbStore_, table, valueBucket); in SetUpTestCase()
|
/ohos5.0/docs/zh-cn/application-dev/database/ |
H A D | native-relational-store-guidelines.md | 37 | OH_Rdb_Insert(OH_Rdb_Store *store, const char *table, OH_VBucket *valuesBucket) | 向目标表中插入一行数据。 | 120 2. 获取到OH_Rdb_Store后,调用OH_Rdb_Execute接口创建表,并调用OH_Rdb_Insert接口插入数据。示例代码如下所示: 137 int rowId = OH_Rdb_Insert(store_, "EMPLOYEE", valueBucket); 249 int rowID = OH_Rdb_Insert(cursorTestRdbStore_, table, valueBucket); 376 int rowId = OH_Rdb_Insert(store_, "EMPLOYEE", valueBucket);
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | native-relational-store-guidelines.md | 37 | OH_Rdb_Insert(OH_Rdb_Store *store, const char *table, OH_VBucket *valuesBucket) | Inserts a row o… 124 2. Call **OH_Rdb_Execute** to create a table, and call **OH_Rdb_Insert** to insert data to the tabl… 141 int rowId = OH_Rdb_Insert(store_, "EMPLOYEE", valueBucket); 253 int rowID = OH_Rdb_Insert(cursorTestRdbStore_, table, valueBucket); 386 int rowId = OH_Rdb_Insert(store_, "EMPLOYEE", valueBucket);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | relational_store.h | 441 int OH_Rdb_Insert(OH_Rdb_Store *store, const char *table, OH_VBucket *valuesBucket);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 118 | [OH_Rdb_Insert](_r_d_b.md#oh_rdb_insert) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, const ch…
|
H A D | _r_d_b.md | 142 | [OH_Rdb_Insert](#oh_rdb_insert) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, const char \*tabl… 1891 ### OH_Rdb_Insert() 1894 int OH_Rdb_Insert (OH_Rdb_Store *store, const char *table, OH_VBucket *valuesBucket )
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 118 | [OH_Rdb_Insert](_r_d_b.md#oh_rdb_insert) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, const ch…
|
H A D | _r_d_b.md | 142 | [OH_Rdb_Insert](#oh_rdb_insert) ([OH_Rdb_Store](_o_h___rdb___store.md) \*store, const char \*tabl… 1891 ### OH_Rdb_Insert() 1894 int OH_Rdb_Insert (OH_Rdb_Store *store, const char *table, OH_VBucket *valuesBucket )
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 445 int OH_Rdb_Insert(OH_Rdb_Store *store, const char *table, OH_VBucket *valuesBucket) in OH_Rdb_Insert() function
|