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

Method PrivateDyn

src/common/StatusArg.cpp:401–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 StatusVector(isc_arg_gds, s) { }
400
401PrivateDyn::PrivateDyn(ISC_STATUS codeWithoutFacility) throw() :
402 Gds(ENCODE_ISC_MSG(codeWithoutFacility, DYN_MSG_FAC)) { }
403
404Num::Num(ISC_STATUS s) throw() :
405 Base(isc_arg_number, s) { }

Callers

nothing calls this directly

Calls 1

ENCODE_ISC_MSGFunction · 0.85

Tested by

no test coverage detected