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

Method firstWarning

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

Source from the content-addressed store, hash-verified

66 virtual const ISC_STATUS* value() const throw() { return NULL; }
67 virtual unsigned int length() const throw() { return 0; }
68 virtual unsigned int firstWarning() const throw() { return 0; }
69 virtual bool hasData() const throw() { return false; }
70 virtual void clear() throw() { }
71 virtual void append(const StatusVector&) throw() { }

Callers 3

prependMethod · 0.45
appendErrorsMethod · 0.45
appendWarningsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected