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

Method setStatementTimeout

src/remote/client/interface.cpp:2438–2444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2436
2437
2438void Attachment::setStatementTimeout(CheckStatusWrapper* status, unsigned int timeOut)
2439{
2440 string stmt;
2441 stmt.printf("SET STATEMENT TIMEOUT %lu", timeOut);
2442
2443 execWithCheck(status, stmt);
2444}
2445
2446
2447Batch* Attachment::createBatch(CheckStatusWrapper* status, ITransaction* transaction,

Callers

nothing calls this directly

Calls 1

printfMethod · 0.45

Tested by

no test coverage detected