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

Method DsqlStatement

src/dsql/DsqlStatements.h:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70public:
71 DsqlStatement(MemoryPool& pool, dsql_dbb* aDsqlAttachment)
72 : PermanentStorage(pool),
73 dsqlAttachment(aDsqlAttachment),
74 type(TYPE_SELECT),
75 flags(0),
76 blrVersion(5),
77 ports(pool)
78 {
79 pool.setStatsGroup(memoryStats);
80 }
81
82protected:
83 virtual ~DsqlStatement() = default;

Callers

nothing calls this directly

Calls 1

setStatsGroupMethod · 0.80

Tested by

no test coverage detected