| 2407 | |
| 2408 | |
| 2409 | unsigned int Attachment::getIdleTimeout(CheckStatusWrapper* status) |
| 2410 | { |
| 2411 | if (rdb->rdb_port->port_protocol >= PROTOCOL_STMT_TOUT) |
| 2412 | return getSingleInfo(status, fb_info_ses_idle_timeout_att); |
| 2413 | |
| 2414 | status->setErrors(Arg::Gds(isc_wish_list).value()); |
| 2415 | return 0; |
| 2416 | } |
| 2417 | |
| 2418 | |
| 2419 | void Attachment::setIdleTimeout(CheckStatusWrapper* status, unsigned int timeOut) |