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

Method haveException

src/remote/remote.h:854–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854inline ISC_STATUS Rsr::haveException()
855{
856 return (rsr_status ? rsr_status->getError() : 0);
857}
858
859inline void Rsr::raiseException()
860{

Callers 4

sendDeferredPacketMethod · 0.80
freeClientDataMethod · 0.80
fetchMethod · 0.80
clear_stmt_queFunction · 0.80

Calls 1

getErrorMethod · 0.45

Tested by

no test coverage detected