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

Function makeLongResult

src/jrd/SysFunction.cpp:1044–1054  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042
1043
1044void makeLongResult(DataTypeUtilBase*, const SysFunction*, dsc* result,
1045 int argsCount, const dsc** args)
1046{
1047 result->makeLong(0);
1048
1049 bool isNullable;
1050 if (initResult(result, argsCount, args, &isNullable))
1051 return;
1052
1053 result->setNullable(isNullable);
1054}
1055
1056void makeBooleanResult(DataTypeUtilBase*, const SysFunction*, dsc* result,
1057 int argsCount, const dsc** args)

Callers

nothing calls this directly

Calls 3

initResultFunction · 0.85
makeLongMethod · 0.80
setNullableMethod · 0.80

Tested by

no test coverage detected