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

Method dsqlPass

src/dsql/Nodes.h:299–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297
298public:
299 virtual SessionManagementNode* dsqlPass(DsqlCompilerScratch* dsqlScratch)
300 {
301 Node::dsqlPass(dsqlScratch);
302
303 dsqlScratch->getDsqlStatement()->setType(DsqlStatement::TYPE_SESSION_MANAGEMENT);
304
305 return this;
306 }
307
308 virtual void execute(thread_db* tdbb, DsqlRequest* request, jrd_tra** traHandle) const = 0;
309};

Callers

nothing calls this directly

Calls 2

setTypeMethod · 0.45
getDsqlStatementMethod · 0.45

Tested by

no test coverage detected