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

Method PhxSQLClient_Random

phxsqlclient/phxsqlclientbase.cpp:262–267  ·  view source on GitHub ↗

random version

Source from the content-addressed store, hash-verified

260
261//random version
262PhxSQLClient_Random::PhxSQLClient_Random(const char *pcUser, const char *pcPasswd, const char *pcDB,
263 uint32_t iClientFlag) :
264 PhxSQLClientBase(NULL, NULL, pcUser, pcPasswd, pcDB, iClientFlag) {
265 m_poConfig = new PhxSQLClientConfig();
266 m_poDisasterStrategy = new PhxSQLClientDisasterStrategy();
267}
268
269PhxSQLClient_Random::~PhxSQLClient_Random() {
270 delete m_poConfig, m_poConfig = NULL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected