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

Method registerBlob

src/dsql/DsqlBatch.cpp:434–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434void DsqlBatch::registerBlob(thread_db*, const ISC_QUAD* existingBlob, ISC_QUAD* blobId)
435{
436 blobCheckMeta();
437
438 // Generate auto blob ID if needed
439 if (m_blobPolicy == IBatch::BLOB_ID_ENGINE)
440 genBlobId(blobId);
441
442 registerBlob(existingBlob, blobId);
443}
444
445void DsqlBatch::registerBlob(const ISC_QUAD* engineBlob, const ISC_QUAD* batchBlob)
446{

Callers

nothing calls this directly

Calls 5

ERRD_postFunction · 0.85
GdsClass · 0.85
NumClass · 0.85
QuadClass · 0.85
putMethod · 0.45

Tested by

no test coverage detected