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

Method value

src/common/StatusArg.h:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 ~StatusVector() { }
164
165 const ISC_STATUS* value() const throw() { return implementation->value(); }
166 unsigned int length() const throw() { return implementation->length(); }
167 bool hasData() const throw() { return implementation->hasData(); }
168 bool isEmpty() const throw() { return !implementation->hasData(); }

Callers 15

MOVD_moveFunction · 0.45
ERRD_post_warningFunction · 0.45
ERRD_postFunction · 0.45
internal_postFunction · 0.45
rethrowDdlExceptionMethod · 0.45
releaseMethod · 0.45
dsqlPassMethod · 0.45
restore_databaseMethod · 0.45
NBACKUP_mainFunction · 0.45
gsecFunction · 0.45
logRecordMethod · 0.45
appendParamsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected