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

Method metadataError

src/common/MsgMetadata.cpp:303–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void MetadataBuilder::metadataError(const char* functionName)
304{
305 // ASF: Current implementation should never set msgMetadata to NULL, but I'm leaving this
306 // function and check for now.
307 if (!msgMetadata)
308 {
309 (Arg::Gds(isc_random) << (string("IMetadataBuilder interface is already inactive: "
310 "IMetadataBuilder::") + functionName)).raise();
311 }
312}
313
314void MetadataBuilder::indexError(unsigned index, const char* functionName)
315{

Callers

nothing calls this directly

Calls 2

GdsClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected