Link constants

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330431 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2013-05-31 20:29:47 +00:00
parent b552b0758d
commit d9e790b852
4 changed files with 11 additions and 6 deletions

View file

@ -66,7 +66,9 @@
<term><parameter>type</parameter></term>
<listitem>
<para>
Data type of the parameter, specified by the PDO::PARAM_* constants.
Data type of the parameter, specified by the <link
linkend="pdo.constants"><literal>PDO::PARAM_*</literal>
constants</link>.
</para>
</listitem>
</varlistentry>

View file

@ -62,8 +62,9 @@
<term><parameter>data_type</parameter></term>
<listitem>
<para>
Explicit data type for the parameter using the PDO::PARAM_*
constants.
Explicit data type for the parameter using the <link
linkend="pdo.constants"><literal>PDO::PARAM_*</literal>
constants</link>.
To return an INOUT parameter from a stored procedure,
use the bitwise OR operator to set the PDO::PARAM_INPUT_OUTPUT bits
for the <parameter>data_type</parameter> parameter.

View file

@ -49,8 +49,9 @@
<term><parameter>data_type</parameter></term>
<listitem>
<para>
Explicit data type for the parameter using the PDO::PARAM_*
constants.
Explicit data type for the parameter using the <link
linkend="pdo.constants"><literal>PDO::PARAM_*</literal>
constants</link>.
</para>
</listitem>
</varlistentry>

View file

@ -98,7 +98,8 @@
<row>
<entry><literal>pdo_type</literal></entry>
<entry>The type of this column as represented by the
<literal>PDO::PARAM_*</literal> constants.</entry>
<link linkend="pdo.constants"><literal>PDO::PARAM_*</literal>
constants</link>.</entry>
</row>
</tbody>
</tgroup>