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

Method execute

src/plugins/udr_engine/UdrEngine.cpp:427–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425 }
426
427 void execute(ThrowStatusWrapper* status, IExternalContext* context,
428 unsigned action, void* oldMsg, void* newMsg)
429 {
430 IExternalTrigger* trigger = engine->getChild<IUdrTriggerFactory, IExternalTrigger>(
431 status, children, this, context, engine->triggers, moduleName);
432
433 if (trigger)
434 trigger->execute(status, context, action, oldMsg, newMsg);
435 }
436
437public:
438 Engine* engine;

Callers 4

initMethod · 0.45
flushMethod · 0.45
createMetadataMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected