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

Method PsqlChanger

src/dsql/DsqlCompilerScratch.h:333–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331{
332public:
333 PsqlChanger(DsqlCompilerScratch* aDsqlScratch, bool value)
334 : dsqlScratch(aDsqlScratch),
335 oldValue(dsqlScratch->isPsql())
336 {
337 dsqlScratch->setPsql(value);
338 }
339
340 ~PsqlChanger()
341 {

Callers

nothing calls this directly

Calls 2

isPsqlMethod · 0.80
setPsqlMethod · 0.80

Tested by

no test coverage detected