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

Method setDelayedOutputFormat

src/yvalve/why.cpp:4829–4841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4827}
4828
4829void YResultSet::setDelayedOutputFormat(CheckStatusWrapper* status, IMessageMetadata* format)
4830{
4831 try
4832 {
4833 YEntry<YResultSet> entry(status, this);
4834
4835 entry.next()->setDelayedOutputFormat(status, format);
4836 }
4837 catch (const Exception& e)
4838 {
4839 e.stuffException(status);
4840 }
4841}
4842
4843int YResultSet::fetchNext(CheckStatusWrapper* status, void* buffer)
4844{

Callers 1

fetchMethod · 0.45

Calls 2

nextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected