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

Method isPsql

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

Source from the content-addressed store, hash-verified

256 }
257
258 bool isPsql() const { return psql; }
259 void setPsql(bool value) { psql = value; }
260
261 DeclareSubFuncNode* getSubFunction(const MetaName& name);

Callers 8

PsqlChangerMethod · 0.80
dsqlPassMethod · 0.80
dsqlPassMethod · 0.80
dsqlPassMethod · 0.80
genBlrMethod · 0.80
internalDsqlPassMethod · 0.80
dsqlNullifyReturningFunction · 0.80
dsqlProcessReturningFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected