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

Function raiseError

examples/interfaces/12.batch_isc.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47static void raiseError(ThrowStatusWrapper& status, ISC_STATUS *vector)
48{
49 throw FbException(&status, vector);
50}
51
52// BatchCompletionState printer - prints all what we know about completed batch
53

Callers 1

mainFunction · 0.70

Calls 1

FbExceptionClass · 0.85

Tested by

no test coverage detected