Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ isEof
Method
isEof
src/jrd/jrd.cpp:5500–5503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5498
5499
5500
FB_BOOLEAN JResultSet::isEof(CheckStatusWrapper* user_status)
5501
{
5502
return (state > 0);
5503
}
5504
5505
5506
FB_BOOLEAN JResultSet::isBof(CheckStatusWrapper* user_status)
Callers
11
TDR_list_limbo
Function · 0.45
svc_api_gbak
Function · 0.45
gsec
Function · 0.45
get
Method · 0.45
flushPages
Function · 0.45
getOptions
Method · 0.45
start
Method · 0.45
svc.cpp
File · 0.45
internalAppend
Method · 0.45
checkCreateDatabaseGrant
Function · 0.45
printInfo
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected