Home
last modified time | relevance | path

Searched defs:Connection (Results 1 – 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Dtransaction.h34 class Connection; variable
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Dsqlite_statement.h30 class Connection; variable
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dconnection_pool.cpp329 return std::shared_ptr<Connection>(conn.get(), [pool = weak_from_this(), conn](Connection *) { in AcquireRef() argument