| 9217 | } |
| 9218 | |
| 9219 | SSHORT thread_db::getCharSet() const |
| 9220 | { |
| 9221 | USHORT charSetId; |
| 9222 | |
| 9223 | if (request && (charSetId = request->getStatement()->charSetId) != CS_dynamic) |
| 9224 | return charSetId; |
| 9225 | |
| 9226 | return attachment->att_charset; |
| 9227 | } |
| 9228 | |
| 9229 | ISC_STATUS thread_db::getCancelState(ISC_STATUS* secondary) |
| 9230 | { |
no test coverage detected