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

Method isActive

src/jrd/jrd.cpp:883–886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881#endif // WIN_NT
882
883bool Trigger::isActive() const
884{
885 return statement && statement->isActive();
886}
887
888void Trigger::compile(thread_db* tdbb)
889{

Callers 4

releaseMethod · 0.45
unwindAttachFunction · 0.45
hasActiveMethod · 0.45
isProfilerActiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected