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

Method getInputFormat

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

Source from the content-addressed store, hash-verified

123 void setDefaultCount(USHORT value) { defaultCount = value; }
124
125 const Format* getInputFormat() const { return inputFormat; }
126 void setInputFormat(const Format* value) { inputFormat = value; }
127
128 const Format* getOutputFormat() const { return outputFormat; }

Callers 8

pass2Method · 0.80
executeMethod · 0.80
parseMethod · 0.80
PAR_procedure_parmsFunction · 0.80
makeFunctionMethod · 0.80
makeProcedureMethod · 0.80
TraceFuncExecuteMethod · 0.80
finishMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected