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

Method getOutputFormat

src/jrd/Routine.h:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 void setInputFormat(const Format* value) { inputFormat = value; }
127
128 const Format* getOutputFormat() const { return outputFormat; }
129 void setOutputFormat(const Format* value) { outputFormat = value; }
130
131 const Firebird::Array<NestConst<Parameter> >& getInputFields() const { return inputFields; }

Callers 8

pass2Method · 0.80
executeMethod · 0.80
parseMethod · 0.80
executeProcedureMethod · 0.80
PAR_procedure_parmsFunction · 0.80
makeFunctionMethod · 0.80
makeProcedureMethod · 0.80
internalGetRecordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected