Searched refs:OH_Rdb_SetDistributedTables (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/database/ |
H A D | native-relational-store-guidelines.md | 44 | OH_Rdb_SetDistributedTables(OH_Rdb_Store *store, const char *tables[], uint32_t count, Rdb_Distri… 315 …int errcode = OH_Rdb_SetDistributedTables(store_, table, TABLE_COUNT, Rdb_DistributedType::DISTRIB… 318 9. 对分布式表手动执行端云同步。调用OH_Rdb_SetDistributedTables创建分布式表之后,可以对该表进行手动端云同步。使用该接口需要实现云服务功能。示例代码如下所示:
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | relational_store.h | 708 int OH_Rdb_SetDistributedTables(OH_Rdb_Store *store, const char *tables[], uint32_t count, Rdb_Dist…
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | native-relational-store-guidelines.md | 44 | OH_Rdb_SetDistributedTables(OH_Rdb_Store *store, const char *tables[], uint32_t count, Rdb_Distri… 317 …Call **OH_Rdb_SetDistributedTables** to set distributed tables for the table (created by using **O… 323 …int errcode = OH_Rdb_SetDistributedTables(store_, table, TABLE_COUNT, Rdb_DistributedType::DISTRIB…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 131 | [OH_Rdb_SetDistributedTables](_r_d_b.md#oh_rdb_setdistributedtables) ([OH_Rdb_Store](_o_h___rdb__…
|
H A D | _r_d_b.md | 155 | [OH_Rdb_SetDistributedTables](#oh_rdb_setdistributedtables) ([OH_Rdb_Store](_o_h___rdb___store.md… 2059 ### OH_Rdb_SetDistributedTables() 2062 int OH_Rdb_SetDistributedTables (OH_Rdb_Store *store, const char *tables[], uint32_t count, Rdb_Dis…
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_store_test.cpp | 716 int errcode = OH_Rdb_SetDistributedTables( 721 …OH_Rdb_SetDistributedTables(nullptr, table, TABLE_COUNT, Rdb_DistributedType::RDB_DISTRIBUTED_CLOU…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | relational__store_8h.md | 131 | [OH_Rdb_SetDistributedTables](_r_d_b.md#oh_rdb_setdistributedtables) ([OH_Rdb_Store](_o_h___rdb__…
|
H A D | _r_d_b.md | 155 | [OH_Rdb_SetDistributedTables](#oh_rdb_setdistributedtables) ([OH_Rdb_Store](_o_h___rdb___store.md… 2059 ### OH_Rdb_SetDistributedTables() 2062 int OH_Rdb_SetDistributedTables (OH_Rdb_Store *store, const char *tables[], uint32_t count, Rdb_Dis…
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 651 int OH_Rdb_SetDistributedTables(OH_Rdb_Store *store, const char *tables[], uint32_t count, Rdb_Dist… in OH_Rdb_SetDistributedTables() function
|