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

Method getIdleTimeout

src/remote/client/interface.cpp:2409–2416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2407
2408
2409unsigned int Attachment::getIdleTimeout(CheckStatusWrapper* status)
2410{
2411 if (rdb->rdb_port->port_protocol >= PROTOCOL_STMT_TOUT)
2412 return getSingleInfo(status, fb_info_ses_idle_timeout_att);
2413
2414 status->setErrors(Arg::Gds(isc_wish_list).value());
2415 return 0;
2416}
2417
2418
2419void Attachment::setIdleTimeout(CheckStatusWrapper* status, unsigned int timeOut)

Callers

nothing calls this directly

Calls 3

GdsClass · 0.85
setErrorsMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected