MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~PhxSQLClientBase

Method ~PhxSQLClientBase

phxsqlclient/phxsqlclientbase.cpp:125–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125PhxSQLClientBase::~PhxSQLClientBase() {
126 CloseConnection();
127 delete m_poMySQLProp, m_poMySQLProp = NULL;
128}
129
130MYSQL * PhxSQLClientBase::GetMySQLFD() {
131 return &m_poMySQLProp->connection;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected