Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
static 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
main
Function · 0.70
Calls
1
FbException
Class · 0.85
Tested by
no test coverage detected