Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ clearException
Method
clearException
src/remote/remote.h:848–852 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
846
}
847
848
inline void Rsr::clearException()
849
{
850
if (rsr_status)
851
rsr_status->clear();
852
}
853
854
inline ISC_STATUS Rsr::haveException()
855
{
Callers
8
createBatch
Method · 0.45
execute
Method · 0.45
openCursor
Method · 0.45
freeClientData
Method · 0.45
fetch
Method · 0.45
clear_stmt_que
Function · 0.45
fetch
Method · 0.45
start
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected