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