MCPcopy 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
5500FB_BOOLEAN JResultSet::isEof(CheckStatusWrapper* user_status)
5501{
5502 return (state > 0);
5503}
5504
5505
5506FB_BOOLEAN JResultSet::isBof(CheckStatusWrapper* user_status)

Callers 11

TDR_list_limboFunction · 0.45
svc_api_gbakFunction · 0.45
gsecFunction · 0.45
getMethod · 0.45
flushPagesFunction · 0.45
getOptionsMethod · 0.45
startMethod · 0.45
svc.cppFile · 0.45
internalAppendMethod · 0.45
checkCreateDatabaseGrantFunction · 0.45
printInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected