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

Method saveException

src/remote/remote.h:838–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836
837
838inline void Rsr::saveException(Firebird::IStatus* status, bool overwrite)
839{
840 if (!rsr_status) {
841 rsr_status = FB_NEW Firebird::StatusHolder();
842 }
843 if (overwrite || !rsr_status->getError()) {
844 rsr_status->save(status);
845 }
846}
847
848inline void Rsr::clearException()
849{

Callers 3

batch_dsql_fetchFunction · 0.60
receive_packet_noqueueFunction · 0.60
fetchMethod · 0.60

Calls 3

StatusHolderClass · 0.85
getErrorMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected