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

Method getNullOffset

src/yvalve/why.cpp:430–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430unsigned SQLDAMetadata::getNullOffset(CheckStatusWrapper* status, unsigned index)
431{
432 if (!offsets)
433 assign();
434
435 fb_assert(count > index);
436 return offsets[index].indOffset;
437}
438
439// ATTENTION!!! Keep this method in sync with MsgMetadata::MakeOffsets()
440void SQLDAMetadata::assign()

Callers 2

setPointersMethod · 0.45
DsqlBatchMethod · 0.45

Calls 1

assignFunction · 0.50

Tested by

no test coverage detected