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

Method release

src/include/firebird/IdlFbInterfaces.h:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 int release()
204 {
205 int ret = static_cast<VTable*>(this->cloopVTable)->release(this);
206 return ret;
207 }
208 };
209
210#define FIREBIRD_IDISPOSABLE_VERSION 2u

Callers 5

texttype_unicode_initFunction · 0.45
MessageDescMethod · 0.45
~MessageDescMethod · 0.45
getIscDbHandleMethod · 0.45
getIscTrHandleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected