MCPcopy 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
2257void Rsr::checkIface(ISC_STATUS code)
2258{
2259 if (!rsr_iface)
2260 Arg::Gds(code).raise();
2261}
2262
2263
2264void Rsr::checkCursor()

Callers 11

check_statement_typeFunction · 0.80
batch_createMethod · 0.80
batch_msgMethod · 0.80
batch_blob_streamMethod · 0.80
batch_bpbMethod · 0.80
batch_regblobMethod · 0.80
batch_execMethod · 0.80
batch_rlsMethod · 0.80
batch_cancelMethod · 0.80
execute_statementMethod · 0.80
infoMethod · 0.80

Calls 2

GdsClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected