Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
332
public:
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
isPsql
Method · 0.80
setPsql
Method · 0.80
Tested by
no test coverage detected