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

Method getStmtID

src/jrd/trace/TraceObjects.cpp:237–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235/// TraceSQLStatementImpl
236
237ISC_INT64 TraceSQLStatementImpl::getStmtID()
238{
239 if (m_stmt->getRequest())
240 return m_stmt->getRequest()->getStatement()->getStatementId();
241
242 return 0;
243}
244
245const char* TraceSQLStatementImpl::getText()
246{

Callers 8

logRecordProcMethod · 0.45
logRecordFuncMethod · 0.45
logRecordTrigMethod · 0.45
logRecordStmtMethod · 0.45
log_event_dsql_freeMethod · 0.45
log_event_blr_compileMethod · 0.45

Calls 3

getStatementIdMethod · 0.80
getRequestMethod · 0.45
getStatementMethod · 0.45

Tested by

no test coverage detected