Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Dconnection_test.cpp55 config.SetDBType(OHOS::NativeRdb::DBType::DB_BUTT);
60 config.SetDBType(OHOS::NativeRdb::DBType::DB_SQLITE);
74 config.SetDBType(OHOS::NativeRdb::DBType::DB_BUTT);
78 config.SetDBType(OHOS::NativeRdb::DBType::DB_SQLITE);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_helper.cpp93 config.SetDBType(DB_SQLITE); in DeleteRdbStore()
96 config.SetDBType(DB_VECTOR); in DeleteRdbStore()
H A Drdb_store_config.cpp466 isVector ? SetDBType(DB_VECTOR) : SetDBType(DB_SQLITE); in SetIsVector()
534 void RdbStoreConfig::SetDBType(int32_t dbType) in SetDBType() function in OHOS::NativeRdb::RdbStoreConfig
H A Dsqlite_connection.cpp203 rdbStoreConfig.SetDBType(rdbConfig.GetDBType()); in GetSlaveRdbStoreConfig()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_js_utils.cpp498 rdbConfig.vector ? rdbStoreConfig.SetDBType(DB_VECTOR) : rdbStoreConfig.SetDBType(DB_SQLITE); in GetRdbStoreConfig()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h239 void SetDBType(int32_t dbType);
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h643 void SetDBType(int32_t dbType);