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

Method nextIsEmpty

src/yvalve/why.cpp:1207–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205 YEntry(const YEntry&); // prohibit copy constructor
1206
1207 void nextIsEmpty(CheckStatusWrapper* aStatus, CHECK_ENTRY check)
1208 {
1209 if (check == CHECK_WARN_ZERO_HANDLE)
1210 Arg::Warning(Y::ERROR_CODE).appendTo(aStatus);
1211 else
1212 {
1213 fini();
1214 Arg::Gds(Y::ERROR_CODE).raise();
1215 }
1216 }
1217
1218 private:
1219 RefPtr<typename Y::YRef> ref;

Callers

nothing calls this directly

Calls 5

WarningClass · 0.85
finiFunction · 0.85
GdsClass · 0.85
appendToMethod · 0.45
raiseMethod · 0.45

Tested by

no test coverage detected