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

Method setErrors

src/include/firebird/Interface.h:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 }
279
280 virtual void setErrors(const intptr_t* value)
281 {
282 dirty = true;
283 status->setErrors(value);
284 }
285
286 virtual void setWarnings(const intptr_t* value)
287 {

Callers 5

FbExceptionMethod · 0.45
catchExceptionMethod · 0.45
setVersionErrorMethod · 0.45
getIscDbHandleMethod · 0.45
getIscTrHandleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected