MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / ~ExeState

Method ~ExeState

src/dsql/Nodes.h:1497–1501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1495 }
1496
1497 ~ExeState()
1498 {
1499 savedTdbb->setTransaction(oldTransaction);
1500 savedTdbb->setRequest(oldRequest);
1501 }
1502
1503 thread_db* savedTdbb;
1504 MemoryPool* oldPool; // Save the old pool to restore on exit.

Callers

nothing calls this directly

Calls 2

setRequestMethod · 0.80
setTransactionMethod · 0.45

Tested by

no test coverage detected