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

Method save

src/common/StatusHolder.cpp:43–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43ISC_STATUS StatusHolder::save(IStatus* status)
44{
45 fb_assert(isSuccess() || m_raised);
46 if (m_raised)
47 {
48 clear();
49 }
50
51 setErrors(status->getErrors());
52 setWarnings(status->getWarnings());
53 return getErrors()[1];
54}
55
56void StatusHolder::clear()
57{

Callers 10

saveExceptionMethod · 0.45
xdr_status_vectorFunction · 0.45
saveStatusMethod · 0.45
saveExceptionMethod · 0.45
receive_msgMethod · 0.45
send_responseMethod · 0.45
setErrorMethod · 0.45
setErrorMethod · 0.45
stuffExceptionMethod · 0.45
pingMethod · 0.45

Calls 3

clearClass · 0.50
getErrorsMethod · 0.45
getWarningsMethod · 0.45

Tested by

no test coverage detected