| 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; } |
no outgoing calls
no test coverage detected