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

Method setPsql

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

Source from the content-addressed store, hash-verified

257
258 bool isPsql() const { return psql; }
259 void setPsql(bool value) { psql = value; }
260
261 DeclareSubFuncNode* getSubFunction(const MetaName& name);
262 void putSubFunction(DeclareSubFuncNode* subFunc, bool replace = false);

Callers 3

PsqlChangerMethod · 0.80
~PsqlChangerMethod · 0.80
genBlrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected