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

Method setIdleTimeout

src/remote/client/interface.cpp:2419–2425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2417
2418
2419void Attachment::setIdleTimeout(CheckStatusWrapper* status, unsigned int timeOut)
2420{
2421 string stmt;
2422 stmt.printf("SET SESSION IDLE TIMEOUT %lu", timeOut);
2423
2424 execWithCheck(status, stmt);
2425}
2426
2427
2428unsigned int Attachment::getStatementTimeout(CheckStatusWrapper* status)

Callers

nothing calls this directly

Calls 1

printfMethod · 0.45

Tested by

no test coverage detected