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

Method release

src/jrd/ExtEngineManager.cpp:1174–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1172
1173 public:
1174 int release() override
1175 {
1176 // Never delete static instance of SystemEngine
1177 return 1;
1178 }
1179
1180 void open(ThrowStatusExceptionWrapper* status, IExternalContext* context,
1181 char* name, unsigned nameSize) override

Callers 7

~ExternalContextImplMethod · 0.45
releaseTransactionMethod · 0.45
makeFunctionMethod · 0.45
makeProcedureMethod · 0.45
makeTriggerMethod · 0.45
getEngineMethod · 0.45
getEngineAttachmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected