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

Function setParamsUnicodeVal

src/jrd/SysFunction.cpp:683–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681
682
683void setParamsUnicodeVal(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args)
684{
685 if (argsCount >= 1 && args[0]->isUnknown())
686 args[0]->makeText(4, CS_UTF8);
687}
688
689
690void setParamVarying(dsc* param, USHORT textType, bool condition)

Callers

nothing calls this directly

Calls 2

makeTextMethod · 0.80
isUnknownMethod · 0.45

Tested by

no test coverage detected