Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ checkoutType
Function
checkoutType
src/jrd/ExtEngineManager.cpp:1854–1857 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1852
1853
1854
static EngineCheckout::Type checkoutType(IExternalEngine* engine)
1855
{
1856
return engine == SystemEngine::INSTANCE ? EngineCheckout::AVOID : EngineCheckout::REQUIRED;
1857
}
Callers
9
setCharSet
Method · 0.85
execute
Method · 0.85
ResultSet
Method · 0.85
~ResultSet
Method · 0.85
fetch
Method · 0.85
makeFunction
Method · 0.85
makeProcedure
Method · 0.85
makeTrigger
Method · 0.85
getEngineAttachment
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected