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

Method IscBlob

src/jrd/extds/IscDS.cpp:719–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717// IscBlob
718
719IscBlob::IscBlob(IscConnection& conn) :
720 Blob(conn),
721 m_iscProvider(*(IscProvider*) conn.getProvider()),
722 m_iscConnection(conn),
723 m_handle(0)
724{
725 memset(&m_blob_id, 0, sizeof(m_blob_id));
726}
727
728IscBlob::~IscBlob()
729{

Callers

nothing calls this directly

Calls 1

getProviderMethod · 0.45

Tested by

no test coverage detected