Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PsqlChanger
Method · 0.80
dsqlPass
Method · 0.80
dsqlPass
Method · 0.80
dsqlPass
Method · 0.80
genBlr
Method · 0.80
internalDsqlPass
Method · 0.80
dsqlNullifyReturning
Function · 0.80
dsqlProcessReturning
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected