MCPcopy 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

dsqlPassMethod · 0.80
fromNodeMethod · 0.80

Calls 1

makeFunction · 0.50

Tested by

no test coverage detected