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

Method raise

src/common/StatusArg.cpp:328–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void StatusVector::raise() const
329{
330 if (hasData())
331 {
332 status_exception::raise(*this);
333 }
334 status_exception::raise(Gds(isc_random) << Str("Attempt to raise empty exception"));
335}
336
337ISC_STATUS StatusVector::ImplStatusVector::copyTo(ISC_STATUS* dest) const throw()
338{

Callers 15

setScaleMethod · 0.45
toStringMethod · 0.45
divMethod · 0.45
zerodivideMethod · 0.45
overflowMethod · 0.45
checkForExceptionsMethod · 0.45
grabFunction · 0.45
expandDatabaseNameFunction · 0.45
moveNameToIndexMethod · 0.45
getMetadataMethod · 0.45
metadataErrorMethod · 0.45
indexErrorMethod · 0.45

Calls 3

raiseFunction · 0.85
GdsClass · 0.85
StrClass · 0.85

Tested by

no test coverage detected