Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ raiseException
Method
raiseException
src/remote/remote.h:859–863 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
857
}
858
859
inline void Rsr::raiseException()
860
{
861
if (rsr_status)
862
rsr_status->raise();
863
}
864
865
inline void Rsr::releaseException()
866
{
Callers
10
sendDeferredPacket
Method · 0.80
getInfo
Method · 0.80
getType
Method · 0.80
getFlags
Method · 0.80
getPlan
Method · 0.80
getInputMetadata
Method · 0.80
getOutputMetadata
Method · 0.80
getAffectedRecords
Method · 0.80
setCursorName
Method · 0.80
fetch
Method · 0.80
Calls
1
raise
Method · 0.45
Tested by
no test coverage detected