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

Method getRoutine

src/jrd/Statement.cpp:379–387  ·  view source on GitHub ↗

Returns function or procedure routine.

Source from the content-addressed store, hash-verified

377
378// Returns function or procedure routine.
379const Routine* Statement::getRoutine() const
380{
381 fb_assert(!(procedure && function));
382
383 if (procedure)
384 return procedure;
385
386 return function;
387}
388
389// Determine if any request of this statement are active.
390bool Statement::isActive() const

Callers 4

getStatementMethod · 0.80
putStatementMethod · 0.80
putCallMethod · 0.80
doPrepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected