Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ checkIface
Method
checkIface
src/remote/server/server.cpp:2257–2261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2255
2256
2257
void Rsr::checkIface(ISC_STATUS code)
2258
{
2259
if (!rsr_iface)
2260
Arg::Gds(code).raise();
2261
}
2262
2263
2264
void Rsr::checkCursor()
Callers
11
check_statement_type
Function · 0.80
batch_create
Method · 0.80
batch_msg
Method · 0.80
batch_blob_stream
Method · 0.80
batch_bpb
Method · 0.80
batch_regblob
Method · 0.80
batch_exec
Method · 0.80
batch_rls
Method · 0.80
batch_cancel
Method · 0.80
execute_statement
Method · 0.80
info
Method · 0.80
Calls
2
Gds
Class · 0.85
raise
Method · 0.45
Tested by
no test coverage detected