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

Method MessageDesc

src/include/firebird/Message.h:541–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539public:
540 template <typename StatusType>
541 MessageDesc(IMaster* master, StatusType* status, unsigned count,
542 void (*setup)(StatusType*, IMetadataBuilder*))
543 {
544 IMetadataBuilder* builder = master->getMetadataBuilder(status, count);
545
546 setup(status, builder);
547
548 metadata = builder->getMetadata(status);
549
550 builder->release();
551 }
552
553 ~MessageDesc()
554 {

Callers

nothing calls this directly

Calls 4

setupFunction · 0.85
getMetadataBuilderMethod · 0.45
getMetadataMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected