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

Method ~IndexCondition

src/jrd/btr.cpp:383–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383IndexCondition::~IndexCondition()
384{
385 if (m_request)
386 {
387 EXE_unwind(m_tdbb, m_request);
388
389 m_request->req_flags &= ~req_in_use;
390 m_request->req_attachment = nullptr;
391 }
392}
393
394bool IndexCondition::evaluate(Record* record) const
395{

Callers

nothing calls this directly

Calls 1

EXE_unwindFunction · 0.85

Tested by

no test coverage detected