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

Method getInputMetadata

src/yvalve/why.cpp:4417–4431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4415}
4416
4417IMessageMetadata* YStatement::getInputMetadata(CheckStatusWrapper* status)
4418{
4419 try
4420 {
4421 YEntry<YStatement> entry(status, this);
4422
4423 return input.get(entry.next(), this);
4424 }
4425 catch (const Exception& e)
4426 {
4427 e.stuffException(status);
4428 }
4429
4430 return NULL;
4431}
4432
4433IMessageMetadata* YStatement::getOutputMetadata(CheckStatusWrapper* status)
4434{

Callers 2

getMetadataMethod · 0.45

Calls 3

getMethod · 0.45
nextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected