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

Method check

src/include/firebird/Interface.h:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148 public:
149 static void check(ISC_STATUS code, IStatus* status, const ISC_STATUS* vector)
150 {
151 if (code != 0 && vector[1])
152 throw FbException(status, vector);
153 }
154
155 public:
156 IStatus* getStatus() const

Callers

nothing calls this directly

Calls 1

FbExceptionClass · 0.85

Tested by

no test coverage detected