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

Function makeVarBinary

src/jrd/SysFunction.cpp:1102–1111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100
1101
1102void makeVarBinary(dsc* result, int argsCount, const dsc** args, unsigned length)
1103{
1104 result->makeVarying(length, ttype_binary);
1105
1106 bool isNullable;
1107 if (initResult(result, argsCount > 2 ? 2 : argsCount, args, &isNullable))
1108 return;
1109
1110 result->setNullable(isNullable);
1111}
1112
1113
1114void makeRsaPrivate(DataTypeUtilBase* dataTypeUtil, const SysFunction* function,

Callers 3

makeRsaPrivateFunction · 0.85
makeRsaPublicFunction · 0.85
makeRsaSignFunction · 0.85

Calls 3

initResultFunction · 0.85
makeVaryingMethod · 0.80
setNullableMethod · 0.80

Tested by

no test coverage detected