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

Method setParameterName

src/dsql/ExprNodes.cpp:621–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621void ArithmeticNode::setParameterName(dsql_par* parameter) const
622{
623 parameter->par_name = parameter->par_alias = label;
624}
625
626bool ArithmeticNode::setParameterType(DsqlCompilerScratch* dsqlScratch,
627 std::function<void (dsc*)> makeDesc, bool forceVarChar)

Callers

nothing calls this directly

Calls 5

setParameterInfoFunction · 0.85
MAKE_parameter_namesFunction · 0.85
getSlongMethod · 0.80
c_strMethod · 0.45
getAliasMethod · 0.45

Tested by

no test coverage detected