| 1265 | } |
| 1266 | |
| 1267 | void checkCursorClosed() const |
| 1268 | { |
| 1269 | if (statement && statement->cursor) |
| 1270 | (Arg::Gds(isc_sqlerr) << Arg::Num(-502) << |
| 1271 | Arg::Gds(isc_dsql_cursor_open_err)).raise(); |
| 1272 | } |
| 1273 | |
| 1274 | IStatement* getInterface() |
| 1275 | { |
no test coverage detected