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

Function PAR_error

src/jrd/par.cpp:769–772  ·  view source on GitHub ↗

We've got a blr error other than a syntax error. Handle it.

Source from the content-addressed store, hash-verified

767
768// We've got a blr error other than a syntax error. Handle it.
769void PAR_error(CompilerScratch* csb, const Arg::StatusVector& v, bool isSyntaxError)
770{
771 par_error(csb->csb_blr_reader, v, isSyntaxError);
772}
773
774
775// Look for named field in procedure output fields.

Callers 12

parseMethod · 0.70
parseWindowMethod · 0.70
PAR_descFunction · 0.70
PAR_contextFunction · 0.70
par_planFunction · 0.70
PAR_procedure_parmsFunction · 0.70
PAR_rseFunction · 0.70
PAR_syntax_errorFunction · 0.70
getBlrVersionFunction · 0.70
parseMethod · 0.50
parseMethod · 0.50
parseMethod · 0.50

Calls 1

par_errorFunction · 0.85

Tested by

no test coverage detected