You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
<para>Instead of passing <acronym>SQL</acronym>commandsdirectly, you can define numbered placeholders in the <parameter>query</parameter> argument, such as $1 and $2, and pass an array of<acronym>SQL</acronym> commands in the <parameter>params</parameter> argument, with each array element corresponding to a placeholder. For brevity, you can omit the <parameter>query</parameter> and <parameter>params</parameter> names:</para>
496
+
<para>Instead of passing <acronym>SQL</acronym>query parametersdirectly, you can define numbered placeholders in the <parameter>query</parameter> argument, such as $1 and $2, and pass an array ofparameters in the <parameter>params</parameter> argument, with each array element corresponding to a placeholder. For brevity, you can omit the <parameter>query</parameter> and <parameter>params</parameter> names:</para>