Searched defs:DbInfo (Results 1 – 1 of 1) sorted by relevance
35 struct DbInfo { struct39 DbInfo() = default; argument40 DbInfo(const std::string &name, const std::string &path) : name(name), path(path) {} in DbInfo() argument41 DbInfo(std::shared_ptr<NativeRdb::RdbStore> rdbStore) : rdbStore(rdbStore) {} in DbInfo() argument