MCPcopy 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
859inline void Rsr::raiseException()
860{
861 if (rsr_status)
862 rsr_status->raise();
863}
864
865inline void Rsr::releaseException()
866{

Callers 10

sendDeferredPacketMethod · 0.80
getInfoMethod · 0.80
getTypeMethod · 0.80
getFlagsMethod · 0.80
getPlanMethod · 0.80
getInputMetadataMethod · 0.80
getOutputMetadataMethod · 0.80
getAffectedRecordsMethod · 0.80
setCursorNameMethod · 0.80
fetchMethod · 0.80

Calls 1

raiseMethod · 0.45

Tested by

no test coverage detected