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

Method dsqlPass

src/dsql/StmtNodes.h:1927–1930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 1

dsqlPassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected