| 1251 | FB_BOOLEAN fetch(CheckStatusWrapper* status, IMessageMetadata* outMetadata, UCHAR* outBuffer); |
| 1252 | |
| 1253 | void checkPrepared(ISC_STATUS code = isc_unprepared_stmt) const |
| 1254 | { |
| 1255 | if (!statement) |
| 1256 | Arg::Gds(code).raise(); |
| 1257 | } |
| 1258 | |
| 1259 | void checkCursorOpened() const |
| 1260 | { |
no test coverage detected