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

Method isActive

src/jrd/extds/ExtDS.h:709–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707 void setCallerPrivileges(bool use) { m_callerPrivileges = use; }
708
709 bool isActive() const { return m_active; }
710
711 bool isAllocated() const { return m_allocated; }
712

Callers 4

deleteTransactionMethod · 0.45
releaseStatementMethod · 0.45
clearStatementsMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected