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

Method prepare

src/yvalve/why.cpp:5353–5366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5351}
5352
5353void YTransaction::prepare(CheckStatusWrapper* status, unsigned int msgLength,
5354 const unsigned char* message)
5355{
5356 try
5357 {
5358 YEntry<YTransaction> entry(status, this);
5359
5360 entry.next()->prepare(status, msgLength, message);
5361 }
5362 catch (const Exception& e)
5363 {
5364 e.stuffException(status);
5365 }
5366}
5367
5368void YTransaction::commit(CheckStatusWrapper* status)
5369{

Calls 5

YStatementClass · 0.85
nextMethod · 0.45
stuffExceptionMethod · 0.45
getStateMethod · 0.45
addRefMethod · 0.45

Tested by

no test coverage detected