mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
Warning.
This commit is contained in:
parent
c75f170530
commit
3c2e388571
@ -5362,7 +5362,7 @@ void GenIdNode::setParameterName(dsql_par* parameter) const
|
||||
}
|
||||
|
||||
bool GenIdNode::setParameterType(DsqlCompilerScratch* dsqlScratch,
|
||||
dsql_nod* node, bool forceVarChar) const
|
||||
dsql_nod* node, bool forceVarChar)
|
||||
{
|
||||
return PASS1_set_parameter_type(dsqlScratch, dsqlArg, node, forceVarChar);
|
||||
}
|
||||
|
@ -574,7 +574,7 @@ public:
|
||||
virtual ValueExprNode* dsqlPass(DsqlCompilerScratch* dsqlScratch);
|
||||
virtual void setParameterName(dsql_par* parameter) const;
|
||||
virtual bool setParameterType(DsqlCompilerScratch* dsqlScratch,
|
||||
dsql_nod* node, bool forceVarChar) const;
|
||||
dsql_nod* node, bool forceVarChar);
|
||||
virtual void genBlr(DsqlCompilerScratch* dsqlScratch);
|
||||
virtual void make(DsqlCompilerScratch* dsqlScratch, dsc* desc);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user