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

Function SQE_value_or_null

src/gpre/sqe.cpp:1226–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224//
1225
1226gpre_nod* SQE_value_or_null(gpre_req* request, bool aster_ok, USHORT* paren_count, bool* bool_flag)
1227{
1228 if (MSC_match(KW_NULL))
1229 return MSC_node(nod_null, 0);
1230
1231 return SQE_value(request, aster_ok, paren_count, bool_flag);
1232}
1233
1234
1235//____________________________________________________________

Callers 4

act_insertFunction · 0.85
act_updateFunction · 0.85
par_caseFunction · 0.85
par_udfFunction · 0.85

Calls 3

MSC_matchFunction · 0.85
MSC_nodeFunction · 0.85
SQE_valueFunction · 0.85

Tested by

no test coverage detected