| 153 | } |
| 154 | |
| 155 | void destroy(thread_db* tdbb) |
| 156 | { |
| 157 | cs->destroy(); |
| 158 | for (FB_SIZE_T i = 0; i < charset_collations.getCount(); i++) |
| 159 | { |
| 160 | if (charset_collations[i]) |
| 161 | charset_collations[i]->destroy(tdbb); |
| 162 | } |
| 163 | } |
| 164 | |
| 165 | CharSet* getCharSet() { return cs; } |
| 166 |
no test coverage detected