| 639 | |
| 640 | |
| 641 | void 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 | |
| 648 | void setParamsDateAdd(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args) |