| 123 | } |
| 124 | |
| 125 | PhxSQLClientBase::~PhxSQLClientBase() { |
| 126 | CloseConnection(); |
| 127 | delete m_poMySQLProp, m_poMySQLProp = NULL; |
| 128 | } |
| 129 | |
| 130 | MYSQL * PhxSQLClientBase::GetMySQLFD() { |
| 131 | return &m_poMySQLProp->connection; |
nothing calls this directly
no outgoing calls
no test coverage detected