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

Method setDefBpb

src/dsql/DsqlBatch.cpp:337–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void DsqlBatch::setDefBpb(unsigned parLength, const unsigned char* par)
338{
339 m_defaultBpb.clear();
340 m_defaultBpb.add(par, parLength);
341 setFlag(FLAG_DEFAULT_SEGMENTED, fb_utils::isBpbSegmented(m_defaultBpb.getCount(), m_defaultBpb.begin()));
342}
343
344void DsqlBatch::addBlob(thread_db* tdbb, ULONG length, const void* inBuffer, ISC_QUAD* blobId,
345 unsigned parLength, const unsigned char* par)

Callers

nothing calls this directly

Calls 5

isBpbSegmentedFunction · 0.85
clearMethod · 0.45
addMethod · 0.45
getCountMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected