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

Method getTimeout

src/remote/client/interface.cpp:679–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677 unsigned getFlags(CheckStatusWrapper* status) override;
678
679 unsigned int getTimeout(CheckStatusWrapper* status) override
680 {
681 if (statement->rsr_rdb->rdb_port->port_protocol < PROTOCOL_STMT_TOUT)
682 {
683 status->setErrors(Arg::Gds(isc_wish_list).value());
684 return 0;
685 }
686
687 return statement->rsr_timeout;
688 }
689
690 void setTimeout(CheckStatusWrapper* status, unsigned int timeOut) override
691 {

Callers

nothing calls this directly

Calls 3

GdsClass · 0.85
setErrorsMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected