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

Method getAlignedLength

src/yvalve/why.cpp:503–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503unsigned SQLDAMetadata::getAlignedLength(CheckStatusWrapper* status)
504{
505 if (!offsets)
506 assign();
507 return FB_ALIGN(length, alignment);
508}
509
510void SQLDAMetadata::gatherData(DataBuffer& to)
511{

Callers 3

BatchMethod · 0.45
batch_createMethod · 0.45
DsqlBatchMethod · 0.45

Calls 2

FB_ALIGNFunction · 0.85
assignFunction · 0.50

Tested by

no test coverage detected