bind_params — Binds variables to parameters by position
statementObj.bind_params(bindvar)
#bind_params binds each bindvar to its corresponding parameter.
Bind variables are used for input of parameters in a DML statement or for either input and output of parameters in a call to a stored procedure or function.
You cannot use both #bind_param and #bind_params together in preparation for a call to #execute, but you can switch between them after each call to #execute.