Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_init
Function · 0.45
MessageDesc
Method · 0.45
~MessageDesc
Method · 0.45
getIscDbHandle
Method · 0.45
getIscTrHandle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected