| 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; |
no test coverage detected