Home
last modified time | relevance | path

Searched refs:RdConnection (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_connection.cpp15 #define LOG_TAG "RdConnection"
33 const int32_t RdConnection::regCreator_ = Connection::RegisterCreator(DB_VECTOR, RdConnection::Create);
35 const int32_t RdConnection::regRepairer_ = Connection::RegisterRepairer(DB_VECTOR, RdConnection::Repair);
37 const int32_t RdConnection::regDeleter_ = Connection::RegisterDeleter(DB_VECTOR, RdConnection::Delete);
39 std::pair<int32_t, std::shared_ptr<Connection>> RdConnection::Create(const RdbStoreConfig& config, bool isWrite) in Create()
48 std::shared_ptr<RdConnection> connection = std::make_shared<RdConnection>(confi in Create()
102 RdConnection::RdConnection(const RdbStoreConfig &config, bool isWriter) : isWriter_(isWriter), config_(config) RdConnection() function in OHOS::NativeRdb::RdConnection
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drd_connection.h33 class RdConnection : public Connection { class
38 RdConnection(const RdbStoreConfig &config, bool isWriteConnection);
39 ~RdConnection();
H A Drd_statement.h57 friend class RdConnection;

Completed in 2 milliseconds