MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / destroy

Method destroy

src/jrd/intl.cpp:155–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

lookupCollationMethod · 0.45
destroyIntlObjectsMethod · 0.45

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected