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

Method checkPrepared

src/yvalve/why.cpp:1253–1257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Calls 2

GdsClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected