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

Method add

src/dsql/DsqlBatch.cpp:267–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void DsqlBatch::add(thread_db* tdbb, ULONG count, const void* inBuffer)
268{
269 if (!count)
270 return;
271 m_messages.align(m_alignment);
272 m_messages.put(inBuffer, (count - 1) * m_alignedMessage + m_messageSize);
273 //DEB_BATCH(fprintf(stderr, "Put to batch %d messages\n", count));
274}
275
276void DsqlBatch::blobCheckMeta()
277{

Callers 2

setDefBpbMethod · 0.45
executeMethod · 0.45

Calls 2

alignMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected