Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2264
void Rsr::checkCursor()
2265
{
2266
if (!rsr_cursor)
2267
Arg::Gds(isc_cursor_not_open).raise();
2268
}
2269
2270
2271
void Rsr::checkBatch()
Callers
2
fetch
Method · 0.80
info
Method · 0.80
Calls
2
Gds
Class · 0.85
raise
Method · 0.45
Tested by
no test coverage detected