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

Function setParamsCharToUuid

src/jrd/SysFunction.cpp:641–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639
640
641void setParamsCharToUuid(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args)
642{
643 if (argsCount >= 1 && args[0]->isUnknown())
644 args[0]->makeText(GUID_BODY_SIZE, ttype_ascii);
645}
646
647
648void setParamsDateAdd(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args)

Callers

nothing calls this directly

Calls 2

makeTextMethod · 0.80
isUnknownMethod · 0.45

Tested by

no test coverage detected