Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ makeDsqlDesc
Method
makeDsqlDesc
src/dsql/Nodes.h:795–801 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
793
}
794
795
void makeDsqlDesc(DsqlCompilerScratch* dsqlScratch)
796
{
797
auto settableDesc = dsqlSetableDesc();
798
799
if (settableDesc)
800
make(dsqlScratch, settableDesc);
801
}
802
803
dsc* dsqlSetableDesc()
804
{
Callers
2
dsqlPass
Method · 0.80
fromNode
Method · 0.80
Calls
1
make
Function · 0.50
Tested by
no test coverage detected