| 165 | } |
| 166 | |
| 167 | const char* TraceConnectionImpl::getCharSet() |
| 168 | { |
| 169 | CharSet* cs = INTL_charset_lookup(JRD_get_thread_data(), m_att->att_charset); |
| 170 | return cs ? cs->getName() : NULL; |
| 171 | } |
| 172 | |
| 173 | const char* TraceConnectionImpl::getRemoteProtocol() |
| 174 | { |
no test coverage detected