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

Method execute

src/jrd/ExtEngineManager.cpp:485–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483 }
484
485 const StmtNode* execute(thread_db* tdbb, Request* request, ExeState* /*exeState*/) const
486 {
487 if (request->req_operation == Request::req_evaluate)
488 {
489 trigger->execute(tdbb, request, request->req_trigger_action,
490 getRpb(request, 0), getRpb(request, 1));
491
492 request->req_operation = Request::req_return;
493 }
494
495 return parentStmt;
496 }
497
498 private:
499 static record_param* getRpb(Request* request, USHORT n)

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected