MCPcopy Create free account
hub / github.com/Tencent/phxsql / SetDisasterStrategy

Method SetDisasterStrategy

phxsqlclient/phxsqlclientbase.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void PhxSQLClientBase::SetDisasterStrategy(PhxSQLClientDisasterStrategy * poDisasterStrategy) {
147 m_poDisasterStrategy = poDisasterStrategy;
148}
149
150int PhxSQLClientBase::Connect() {
151 if (!m_poMySQLProp->bConnected) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected