Searched refs:SetDBType (Results 1 – 7 of 7) sorted by relevance
55 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);
93 config.SetDBType(DB_SQLITE); in DeleteRdbStore()96 config.SetDBType(DB_VECTOR); in DeleteRdbStore()
466 isVector ? SetDBType(DB_VECTOR) : SetDBType(DB_SQLITE); in SetIsVector()534 void RdbStoreConfig::SetDBType(int32_t dbType) in SetDBType() function in OHOS::NativeRdb::RdbStoreConfig
203 rdbStoreConfig.SetDBType(rdbConfig.GetDBType()); in GetSlaveRdbStoreConfig()
498 rdbConfig.vector ? rdbStoreConfig.SetDBType(DB_VECTOR) : rdbStoreConfig.SetDBType(DB_SQLITE); in GetRdbStoreConfig()
239 void SetDBType(int32_t dbType);
643 void SetDBType(int32_t dbType);