random version
| 260 | |
| 261 | //random version |
| 262 | PhxSQLClient_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 | |
| 269 | PhxSQLClient_Random::~PhxSQLClient_Random() { |
| 270 | delete m_poConfig, m_poConfig = NULL; |
nothing calls this directly
no outgoing calls
no test coverage detected