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

Function setParamsUuidToChar

src/jrd/SysFunction.cpp:952–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950
951
952void setParamsUuidToChar(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args)
953{
954 if (argsCount >= 1 && args[0]->isUnknown())
955 args[0]->makeText(16, ttype_binary);
956}
957
958
959void makeDbkeyResult(DataTypeUtilBase*, const SysFunction*, dsc* result,

Callers

nothing calls this directly

Calls 2

makeTextMethod · 0.80
isUnknownMethod · 0.45

Tested by

no test coverage detected