| 203 | } |
| 204 | |
| 205 | int PhxSQLClientBase::Query(const char* szSqlString) { |
| 206 | return Query(szSqlString, false); |
| 207 | } |
| 208 | |
| 209 | int PhxSQLClientBase::Query(const char * szSqlString, bool bPingFirst) { |
| 210 | if (m_poMySQLProp->bConnected) { |
nothing calls this directly
no test coverage detected