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

Method getStatementTimeout

src/remote/client/interface.cpp:2428–2435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2426
2427
2428unsigned int Attachment::getStatementTimeout(CheckStatusWrapper* status)
2429{
2430 if (rdb->rdb_port->port_protocol >= PROTOCOL_STMT_TOUT)
2431 return getSingleInfo(status, fb_info_statement_timeout_att);
2432
2433 status->setErrors(Arg::Gds(isc_wish_list).value());
2434 return 0;
2435}
2436
2437
2438void Attachment::setStatementTimeout(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