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

Function isPermanentBlob

src/jrd/extds/InternalDS.cpp:711–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709// statement.
710
711static bool isPermanentBlob(const dsc& src)
712{
713 if (src.isBlob())
714 {
715 const bid* srcBlobID = reinterpret_cast<bid*>(src.dsc_address);
716 return (srcBlobID->bid_internal.bid_relation_id != 0);
717 }
718
719 return false;
720}
721
722void InternalStatement::putExtBlob(thread_db* tdbb, dsc& src, dsc& dst)
723{

Callers 2

putExtBlobMethod · 0.85
getExtBlobMethod · 0.85

Calls 1

isBlobMethod · 0.80

Tested by

no test coverage detected