Home
last modified time | relevance | path

Searched refs:SetDBConfig (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dkv_store_manager.cpp47 errCode = sqliteExecutor->SetDBConfig(config.ToString()); in GetKvStore()
H A Dsqlite_store_executor_impl.h34 int SetDBConfig(const std::string &config);
H A Dsqlite_store_executor_impl.cpp84 int SqliteStoreExecutorImpl::SetDBConfig(const std::string &config) in SetDBConfig() function in DocumentDB::SqliteStoreExecutorImpl