| 809 | |
| 810 | |
| 811 | void setParamsRsaPublic(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args) |
| 812 | { |
| 813 | fb_assert(argsCount == 1); |
| 814 | |
| 815 | setParamVarying(args[0], ttype_binary); |
| 816 | } |
| 817 | |
| 818 | |
| 819 | void setParamsFirstLastDay(DataTypeUtilBase*, const SysFunction*, int argsCount, dsc** args) |
nothing calls this directly
no test coverage detected