| 2425 | |
| 2426 | public: |
| 2427 | virtual DdlNode* dsqlPass(DsqlCompilerScratch* dsqlScratch) |
| 2428 | { |
| 2429 | dsqlScratch->getDsqlStatement()->setType( |
| 2430 | create ? DsqlStatement::TYPE_CREATE_DB : DsqlStatement::TYPE_DDL); |
| 2431 | return this; |
| 2432 | } |
| 2433 | |
| 2434 | virtual Firebird::string internalPrint(NodePrinter& printer) const; |
| 2435 | virtual void checkPermission(thread_db* tdbb, jrd_tra* transaction); |
nothing calls this directly
no test coverage detected