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

Method getName

src/jrd/Mapping.cpp:939–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937 USHORT getType() const override { return SharedMemoryBase::SRAM_MAPPING_RESET; }
938 USHORT getVersion() const override { return MAPPING_VERSION; }
939 const char* getName() const override { return "MappingIpc"; }
940
941 // copying is prohibited
942 MappingIpc(const MappingIpc&);

Callers 15

JRD_print_procedure_infoFunction · 0.45
EXE_get_stack_traceFunction · 0.45
parseMethod · 0.45
planCheckMethod · 0.45
planSetMethod · 0.45
StatementMethod · 0.45
verifyAccessMethod · 0.45
PAR_procedure_parmsFunction · 0.45
setupFileMethod · 0.45
ExternalContextImplMethod · 0.45
executeMethod · 0.45
ResultSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected