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

Method beforePsqlLineColumn

src/jrd/ProfilerManager.h:196–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 void onRequestFinish(Request* request, Stats& stats);
195
196 void beforePsqlLineColumn(Request* request, ULONG line, ULONG column)
197 {
198 if (const auto profileRequestId = getRequest(request, Firebird::IProfilerSession::FLAG_BEFORE_EVENTS))
199 {
200 const auto profileStatement = getStatement(request);
201 currentSession->pluginSession->beforePsqlLineColumn(profileStatement->id, profileRequestId, line, column);
202 }
203 }
204
205 void afterPsqlLineColumn(Request* request, ULONG line, ULONG column, Stats& stats)
206 {

Callers 1

EXE_looperFunction · 0.45

Calls 1

getStatementFunction · 0.85

Tested by

no test coverage detected