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

Function PAR_null_field

src/gpre/par.cpp:1052–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1050//
1051
1052gpre_fld* PAR_null_field()
1053{
1054
1055 if (flag_field)
1056 return flag_field;
1057
1058 flag_field = MET_make_field("gds__null_flag", dtype_short, sizeof(SSHORT), false);
1059
1060 return flag_field;
1061}
1062
1063
1064//____________________________________________________________

Callers 2

par_variableFunction · 0.85
expand_referencesFunction · 0.85

Calls 1

MET_make_fieldFunction · 0.85

Tested by

no test coverage detected