| 1925 | Firebird::string internalPrint(NodePrinter& printer) const override; |
| 1926 | |
| 1927 | TruncateLocalTableNode* dsqlPass(DsqlCompilerScratch* dsqlScratch) override |
| 1928 | { |
| 1929 | return this; |
| 1930 | } |
| 1931 | |
| 1932 | void genBlr(DsqlCompilerScratch* dsqlScratch) override; |
| 1933 | TruncateLocalTableNode* copy(thread_db* tdbb, NodeCopier& copier) const override; |