| 6146 | |
| 6147 | |
| 6148 | void YAttachment::getNextTransaction(CheckStatusWrapper* status, ITransaction* tra, |
| 6149 | NextTransaction& next) |
| 6150 | { |
| 6151 | next = getTransaction(tra)->next; |
| 6152 | if (!next.hasData()) |
| 6153 | Arg::Gds(isc_bad_trans_handle).raise(); |
| 6154 | } |
| 6155 | |
| 6156 | |
| 6157 | unsigned int YAttachment::getIdleTimeout(CheckStatusWrapper* status) |
no test coverage detected