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

Method isEof

src/yvalve/why.cpp:4939–4953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4937}
4938
4939FB_BOOLEAN YResultSet::isEof(CheckStatusWrapper* status)
4940{
4941 try
4942 {
4943 YEntry<YResultSet> entry(status, this);
4944
4945 return entry.next()->isEof(status);
4946 }
4947 catch (const Exception& e)
4948 {
4949 e.stuffException(status);
4950 }
4951
4952 return FB_FALSE;
4953}
4954
4955FB_BOOLEAN YResultSet::isBof(CheckStatusWrapper* status)
4956{

Callers 1

buildPrepareInfoMethod · 0.45

Calls 2

nextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected