| 159 | virtual Firebird::string internalPrint(NodePrinter& printer) const = 0; |
| 160 | |
| 161 | virtual void getChildren(NodeRefsHolder& holder, bool dsql) const |
| 162 | { |
| 163 | } |
| 164 | |
| 165 | virtual Node* dsqlPass(DsqlCompilerScratch* /*dsqlScratch*/) |
| 166 | { |
no outgoing calls
no test coverage detected