| 51 | } |
| 52 | |
| 53 | void PhxSQLClientConfig::SetConnTimeout(int iConnTimeout) { |
| 54 | m_iConnTimeout = iConnTimeout; |
| 55 | } |
| 56 | |
| 57 | int PhxSQLClientConfig::GetReadTimeout() { |
| 58 | return m_iReadTimeout; |
nothing calls this directly
no outgoing calls
no test coverage detected