| 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 | { |