This method is for database manipulation. I'm not understanding exactly what it does in the column / variable.
______ azszpr125912 ___
Used to assign the value of a column of your Select to a variable.
Note that there is a very detailed explanation in the documentation, but to understand you must be familiar with "passages by reference."
See:
%pre%
All the variables passed to the second bindColumn parameter will have the previously specified column value.
In this case, when we make %code% , the variable %code% is created and passes internally to the value of that column, each time the %code% is rotated.
Note that in the third call of %code% in the example, the name of the column where you want to "bind" (reference or pointer) the value for a variable is used.
Note that the second argument of %code% is a reference, so it has the values assigned according to the %code% call.
%pre%
For a better understanding, the functions that have this %code% sign in the argument require a variable, so that additional values can be returned, since %code% is returned something different.
For example, it is the %code% function, which returns a %code% . In it, you can pass two parameters by reference to know what the error or error code is.
%pre%
That is:
%pre%
___