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

Class EngineAttachmentInfo

src/jrd/ExtEngineManager.h:201–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 };
200
201 struct EngineAttachmentInfo
202 {
203 EngineAttachmentInfo()
204 : engine(NULL),
205 context(NULL),
206 adminCharSet(0)
207 {
208 }
209
210 Firebird::IExternalEngine* engine;
211 Firebird::AutoPtr<ExternalContextImpl> context;
212 USHORT adminCharSet;
213 };
214
215public:
216 class ExtRoutine

Callers 2

getEngineMethod · 0.85
getEngineAttachmentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected