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

Method fetchNext

src/yvalve/why.cpp:4843–4857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4841}
4842
4843int YResultSet::fetchNext(CheckStatusWrapper* status, void* buffer)
4844{
4845 try
4846 {
4847 YEntry<YResultSet> entry(status, this);
4848
4849 return entry.next()->fetchNext(status, buffer);
4850 }
4851 catch (const Exception& e)
4852 {
4853 e.stuffException(status);
4854 }
4855
4856 return IStatus::RESULT_ERROR;
4857}
4858
4859int YResultSet::fetchPrior(CheckStatusWrapper* status, void* buffer)
4860{

Callers 4

fetchMethod · 0.45
iscBlobLookupDescImplFunction · 0.45
iscArrayLookupBoundsImplFunction · 0.45
iscArrayLookupDescImplFunction · 0.45

Calls 2

nextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected