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

Method add

src/yvalve/why.cpp:5038–5050  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5036
5037
5038void YBatch::add(CheckStatusWrapper* status, unsigned count, const void* inBuffer)
5039{
5040 try
5041 {
5042 YEntry<YBatch> entry(status, this);
5043
5044 entry.next()->add(status, count, inBuffer);
5045 }
5046 catch (const Exception& e)
5047 {
5048 e.stuffException(status);
5049 }
5050}
5051
5052
5053void YBatch::addBlob(CheckStatusWrapper* status, unsigned length, const void* inBuffer, ISC_QUAD* blobId,

Callers 8

YEventsMethod · 0.45
YRequestMethod · 0.45
YBlobMethod · 0.45
YStatementMethod · 0.45
YResultSetMethod · 0.45
YTransactionMethod · 0.45
addCleanupHandlerMethod · 0.45

Calls 2

nextMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected