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

Method setTimeout

src/remote/client/interface.cpp:690–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688 }
689
690 void setTimeout(CheckStatusWrapper* status, unsigned int timeOut) override
691 {
692 if (timeOut && statement->rsr_rdb->rdb_port->port_protocol < PROTOCOL_STMT_TOUT)
693 {
694 status->setErrors(Arg::Gds(isc_wish_list).value());
695 return;
696 }
697
698 statement->rsr_timeout = timeOut;
699 }
700
701 Batch* createBatch(CheckStatusWrapper* status, IMessageMetadata* inMetadata,
702 unsigned parLength, const unsigned char* par) override;

Callers 1

execute_statementMethod · 0.45

Calls 3

GdsClass · 0.85
setErrorsMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected