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

Method setDsqlDesc

src/dsql/ExprNodes.h:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 virtual void make(DsqlCompilerScratch* dsqlScratch, dsc* desc);
260
261 void setDsqlDesc(const dsc& desc)
262 {
263 dsqlDesc = desc;
264 }
265
266 virtual void getDesc(thread_db* tdbb, CompilerScratch* csb, dsc* desc);
267 virtual ValueExprNode* copy(thread_db* tdbb, NodeCopier& copier) const;

Callers 5

MAKE_fieldFunction · 0.45
PASS1_derived_tableFunction · 0.45
pass1_make_derived_fieldFunction · 0.45
pass1_union_auto_castFunction · 0.45
dsqlPassHiddenVariableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected