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

Method dsqlPass

src/dsql/Nodes.h:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 virtual DdlNode* dsqlPass(DsqlCompilerScratch* dsqlScratch)
215 {
216 dsqlScratch->getDsqlStatement()->setType(DsqlStatement::TYPE_DDL);
217 return this;
218 }
219
220public:
221 enum DdlTriggerWhen { DTW_BEFORE, DTW_AFTER };

Callers

nothing calls this directly

Calls 2

setTypeMethod · 0.45
getDsqlStatementMethod · 0.45

Tested by

no test coverage detected