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

Function getPartName

src/jrd/SysFunction.cpp:2722–2728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2720};
2721
2722const char* getPartName(int n)
2723{
2724 if (n < 0 || n >= FB_NELEM(extractParts) || !extractParts[n])
2725 return "Unknown";
2726
2727 return extractParts[n];
2728}
2729
2730
2731dsc* evlDateAdd(thread_db* tdbb, const SysFunction* function, const NestValueArray& args,

Callers 2

evlDateAddFunction · 0.85
evlDateDiffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected