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

Method isEof

src/yvalve/utl.cpp:1061–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059 }
1060
1061 FB_BOOLEAN isEof(CheckStatusWrapper* status)
1062 {
1063 try
1064 {
1065 return pb->isEof() ? FB_TRUE : FB_FALSE;
1066 }
1067 catch (const Exception& ex)
1068 {
1069 ex.stuffException(status);
1070 return FB_TRUE;
1071 }
1072 }
1073
1074 void moveNext(CheckStatusWrapper* status)
1075 {

Callers 3

getFbVersionMethod · 0.45
UTL_get_ods_versionFunction · 0.45

Calls 1

stuffExceptionMethod · 0.45

Tested by

no test coverage detected