Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_store_configv2_test.cpp145 const int *supportTypeList = OH_Rdb_GetSupportedDbType(&numType);
194 const int *supportList = OH_Rdb_GetSupportedDbType(nullptr);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Drelational_store.h318 const int *OH_Rdb_GetSupportedDbType(int *typeCount);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md105 | const int \* [OH_Rdb_GetSupportedDbType](_r_d_b.md#oh_rdb_getsupporteddbtype) (int \*typeCount) |…
H A D_r_d_b.md127 | const int \* [OH_Rdb_GetSupportedDbType](#oh_rdb_getsupporteddbtype) (int \*typeCount) | 获得支持的数据库…
1217 ### OH_Rdb_GetSupportedDbType()
1220 const int *OH_Rdb_GetSupportedDbType (int *typeCount)
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Drelational__store_8h.md105 | const int \* [OH_Rdb_GetSupportedDbType](_r_d_b.md#oh_rdb_getsupporteddbtype) (int \*typeCount) |…
H A D_r_d_b.md127 | const int \* [OH_Rdb_GetSupportedDbType](#oh_rdb_getsupporteddbtype) (int \*typeCount) | Obtains …
1217 ### OH_Rdb_GetSupportedDbType()
1220 const int *OH_Rdb_GetSupportedDbType (int *typeCount)
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp178 const int *OH_Rdb_GetSupportedDbType(int *numType) in OH_Rdb_GetSupportedDbType() function