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

Method checkCursor

src/remote/server/server.cpp:2264–2268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2262
2263
2264void Rsr::checkCursor()
2265{
2266 if (!rsr_cursor)
2267 Arg::Gds(isc_cursor_not_open).raise();
2268}
2269
2270
2271void Rsr::checkBatch()

Callers 2

fetchMethod · 0.80
infoMethod · 0.80

Calls 2

GdsClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected