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

Method indexError

src/common/MsgMetadata.cpp:314–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void MetadataBuilder::indexError(unsigned index, const char* functionName)
315{
316 metadataError(functionName);
317
318 if (index >= msgMetadata->items.getCount())
319 {
320 (Arg::Gds(isc_invalid_index_val) << Arg::Num(index) << (string("IMetadataBuilder::") +
321 functionName)).raise();
322 }
323}
324
325
326// Add an item based on a descriptor.

Callers

nothing calls this directly

Calls 4

GdsClass · 0.85
NumClass · 0.85
getCountMethod · 0.45
raiseMethod · 0.45

Tested by

no test coverage detected