MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / checkCursorClosed

Method checkCursorClosed

src/yvalve/why.cpp:1267–1272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

Calls 3

GdsClass · 0.85
NumClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected