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

Method getOutputMetadata

src/yvalve/why.cpp:4433–4447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4431}
4432
4433IMessageMetadata* YStatement::getOutputMetadata(CheckStatusWrapper* status)
4434{
4435 try
4436 {
4437 YEntry<YStatement> entry(status, this);
4438
4439 return output.get(entry.next(), this);
4440 }
4441 catch (const Exception& e)
4442 {
4443 e.stuffException(status);
4444 }
4445
4446 return NULL;
4447}
4448
4449ISC_UINT64 YStatement::getAffectedRecords(CheckStatusWrapper* status)
4450{

Callers 3

getMetadataMethod · 0.45

Calls 3

getMethod · 0.45
nextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected