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

Method prepare

examples/replication/fbSampleReplicator.cpp:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275FB_BOOLEAN ReplTransaction::prepare()
276{
277 WriteLog(parent->log, "%p\tprepare()\n", this);
278 return FB_TRUE;
279}
280
281FB_BOOLEAN ReplTransaction::commit()
282{

Callers 4

Triggers.cppFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected