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

Function post_607

src/dsql/ddl.cpp:458–465  ·  view source on GitHub ↗

post very often used error - avoid code duplication

Source from the content-addressed store, hash-verified

456
457// post very often used error - avoid code duplication
458static void post_607(const Arg::StatusVector& v)
459{
460 Arg::Gds err(isc_sqlerr);
461 err << Arg::Num(-607) << Arg::Gds(isc_dsql_command_err);
462
463 err.append(v);
464 ERRD_post(err);
465}

Callers 1

DDL_resolve_intl_typeFunction · 0.85

Calls 4

NumClass · 0.85
GdsClass · 0.85
ERRD_postFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected