| 950 | |
| 951 | |
| 952 | void 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 | |
| 959 | void makeDbkeyResult(DataTypeUtilBase*, const SysFunction*, dsc* result, |