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

Function makeDbkeyResult

src/jrd/SysFunction.cpp:959–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957
958
959void makeDbkeyResult(DataTypeUtilBase*, const SysFunction*, dsc* result,
960 int argsCount, const dsc** args)
961{
962 result->makeText(8, ttype_binary);
963 result->setNullable(true);
964}
965
966
967void makeDoubleResult(DataTypeUtilBase*, const SysFunction*, dsc* result,

Callers

nothing calls this directly

Calls 2

makeTextMethod · 0.80
setNullableMethod · 0.80

Tested by

no test coverage detected