| 861 | |
| 862 | |
| 863 | void setParamsHash(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args) |
| 864 | { |
| 865 | fb_assert(argsCount == 1 || argsCount == 2); |
| 866 | |
| 867 | setParamVarying(args[0], ttype_binary); |
| 868 | } |
| 869 | |
| 870 | |
| 871 | void setParamsMakeDbkey(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args) |
nothing calls this directly
no test coverage detected