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

Method setRequest

src/jrd/jrd.cpp:9213–9217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9211}
9212
9213void thread_db::setRequest(Request* val)
9214{
9215 request = val;
9216 reqStat = val ? &val->req_stats : RuntimeStatistics::getDummy();
9217}
9218
9219SSHORT thread_db::getCharSet() const
9220{

Callers 10

fetchMethod · 0.80
ExeStateMethod · 0.80
~ExeStateMethod · 0.80
executeMethod · 0.80
EXE_unwindFunction · 0.80
makeStatementMethod · 0.80
~TraceSweepEventMethod · 0.80
evaluateMethod · 0.80
LocalThreadContextMethod · 0.80
~LocalThreadContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected