| 128 | } |
| 129 | |
| 130 | MYSQL * PhxSQLClientBase::GetMySQLFD() { |
| 131 | return &m_poMySQLProp->connection; |
| 132 | } |
| 133 | |
| 134 | PhxSQLClientConfig * PhxSQLClientBase::GetConfig() { |
| 135 | return m_poConfig; |
nothing calls this directly
no outgoing calls
no test coverage detected