| 187 | } |
| 188 | |
| 189 | int PhxSQLClientBase::SetOption(mysql_option option, const char *arg) { |
| 190 | return mysql_options(&m_poMySQLProp->connection, option, arg); |
| 191 | } |
| 192 | |
| 193 | int PhxSQLClientBase::Ping() { |
| 194 | if (!m_poMySQLProp->bConnected) { |
nothing calls this directly
no outgoing calls
no test coverage detected