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

Method releaseStatement

src/remote/client/interface.cpp:3492–3500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3490
3491
3492void Batch::releaseStatement()
3493{
3494 if (tmpStatement)
3495 {
3496 stmt->release();
3497 }
3498
3499 stmt = NULL;
3500}
3501
3502
3503Replicator* Attachment::createReplicator(CheckStatusWrapper* status)

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected