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

Method putErrorPrefix

src/dsql/DdlNodes.h:2102–2108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2100
2101protected:
2102 virtual void putErrorPrefix(Firebird::Arg::StatusVector& statusVector)
2103 {
2104 statusVector << Firebird::Arg::Gds(isc_dsql_mapping_failed) << name <<
2105 (op == MAP_ADD ? "CREATE" : op == MAP_MOD ?
2106 "ALTER" : op == MAP_RPL ? "CREATE OR ALTER" : op == MAP_DROP ?
2107 "DROP" : "COMMENT ON");
2108 }
2109 void runInSecurityDb(SecDbContext* secDbContext);
2110
2111private:

Callers 1

rethrowDdlExceptionMethod · 0.45

Calls 1

GdsClass · 0.85

Tested by

no test coverage detected