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

Function setParamsAsciiVal

src/jrd/SysFunction.cpp:621–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619
620
621void setParamsAsciiVal(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args)
622{
623 if (argsCount >= 1 && args[0]->isUnknown())
624 args[0]->makeText(1, CS_ASCII);
625}
626
627
628void setParamsBlobAppend(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