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

Method getMessageLength

src/yvalve/why.cpp:489–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489unsigned SQLDAMetadata::getMessageLength(CheckStatusWrapper* status)
490{
491 if (!offsets)
492 assign();
493 return length;
494}
495
496unsigned SQLDAMetadata::getAlignment(CheckStatusWrapper* status)
497{

Callers 11

createBatchMethod · 0.45
BatchMethod · 0.45
buildBlrMethod · 0.45
Message.hFile · 0.45
DsqlBatchMethod · 0.45
parseDsqlMessageMethod · 0.45
populateMethod · 0.45
doExecuteMethod · 0.45
doOpenMethod · 0.45
doFetchMethod · 0.45
getBufferMethod · 0.45

Calls 1

assignFunction · 0.50

Tested by

no test coverage detected