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