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

Method setDefaultBpb

src/dsql/DsqlBatch.cpp:327–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void DsqlBatch::setDefaultBpb(thread_db* tdbb, unsigned parLength, const unsigned char* par)
328{
329 if (m_blobs.getSize())
330 {
331 ERRD_post(Arg::Gds(isc_sqlerr) << Arg::Num(-104) <<
332 Arg::Gds(isc_batch_defbpb));
333 }
334 setDefBpb(parLength, par);
335}
336
337void DsqlBatch::setDefBpb(unsigned parLength, const unsigned char* par)
338{

Callers

nothing calls this directly

Calls 4

ERRD_postFunction · 0.85
GdsClass · 0.85
NumClass · 0.85
getSizeMethod · 0.45

Tested by

no test coverage detected