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

Function setParamsRsaPublic

src/jrd/SysFunction.cpp:811–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

setParamVaryingFunction · 0.85

Tested by

no test coverage detected