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

Method clearException

src/remote/remote.h:848–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846}
847
848inline void Rsr::clearException()
849{
850 if (rsr_status)
851 rsr_status->clear();
852}
853
854inline ISC_STATUS Rsr::haveException()
855{

Callers 8

createBatchMethod · 0.45
executeMethod · 0.45
openCursorMethod · 0.45
freeClientDataMethod · 0.45
fetchMethod · 0.45
clear_stmt_queFunction · 0.45
fetchMethod · 0.45
startMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected