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

Method getInfo

src/yvalve/why.cpp:4085–4097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4083}
4084
4085void YRequest::getInfo(CheckStatusWrapper* status, int level, unsigned int itemsLength,
4086 const unsigned char* items, unsigned int bufferLength, unsigned char* buffer)
4087{
4088 try
4089 {
4090 YEntry<YRequest> entry(status, this);
4091 entry.next()->getInfo(status, level, itemsLength, items, bufferLength, buffer);
4092 }
4093 catch (const Exception& e)
4094 {
4095 e.stuffException(status);
4096 }
4097}
4098
4099void YRequest::start(CheckStatusWrapper* status, ITransaction* transaction, int level)
4100{

Callers 9

getFbVersionMethod · 0.45
UTL_get_ods_versionFunction · 0.45
getPerfCountersMethod · 0.45

Calls 4

getDbPathInfoFunction · 0.85
nextMethod · 0.45
stuffExceptionMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected