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

Method dsqlPass

src/dsql/DdlNodes.h:2427–2432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2425
2426public:
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);

Callers

nothing calls this directly

Calls 2

setTypeMethod · 0.45
getDsqlStatementMethod · 0.45

Tested by

no test coverage detected