| 513 | } |
| 514 | |
| 515 | StreamType nextStream(bool check = true) |
| 516 | { |
| 517 | if (csb_n_stream >= MAX_STREAMS && check) |
| 518 | ERR_post(Firebird::Arg::Gds(isc_too_many_contexts)); |
| 519 | |
| 520 | return csb_n_stream++; |
| 521 | } |
| 522 | |
| 523 | bool collectingDependencies() const |
| 524 | { |
no test coverage detected