|
1 | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
2 | 2 | <!-- $Revision$ -->
|
3 |
| -<!-- EN-Revision: e41806c30bf6975e452c0d4ce35ab0984c2fa68c Maintainer: takagi Status: ready --> |
| 3 | +<!-- EN-Revision: c9c158137b0f4658c29faef4043472dc74896d0c Maintainer: takagi Status: ready --> |
4 | 4 | <!-- CREDITS: hirokawa,shimooka,mumumu -->
|
5 | 5 | <refentry xml:id="pdo.query" xmlns="http://docbook.org/ns/docbook">
|
6 | 6 | <refnamediv>
|
|
12 | 12 | <refsect1 role="description">
|
13 | 13 | &reftitle.description;
|
14 | 14 | <methodsynopsis>
|
15 |
| - <modifier>public</modifier> <type>PDOStatement</type><methodname>PDO::query</methodname> |
16 |
| - <methodparam><type>string</type><parameter>statement</parameter></methodparam> |
| 15 | + <modifier>public</modifier> <type class="union"><type>PDOStatement</type><type>false</type></type><methodname>PDO::query</methodname> |
| 16 | + <methodparam><type>string</type><parameter>query</parameter></methodparam> |
| 17 | + <methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>fetchMode</parameter><initializer>&null;</initializer></methodparam> |
17 | 18 | </methodsynopsis>
|
18 | 19 |
|
19 | 20 | <methodsynopsis>
|
20 |
| - <modifier>public</modifier> <type>PDOStatement</type><methodname>PDO::query</methodname> |
21 |
| - <methodparam><type>string</type><parameter>statement</parameter></methodparam> |
22 |
| - <methodparam><type>int</type><parameter>fetch_style</parameter><initializer>PDO::FETCH_COLUMN</initializer></methodparam> |
| 21 | + <modifier>public</modifier> <type class="union"><type>PDOStatement</type><type>false</type></type><methodname>PDO::query</methodname> |
| 22 | + <methodparam><type>string</type><parameter>query</parameter></methodparam> |
| 23 | + <methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>fetchMode</parameter><initializer>PDO::FETCH_COLUMN</initializer></methodparam> |
23 | 24 | <methodparam><type>int</type><parameter>colno</parameter></methodparam>
|
24 | 25 | </methodsynopsis>
|
25 | 26 |
|
26 | 27 | <methodsynopsis>
|
27 |
| - <modifier>public</modifier> <type>PDOStatement</type><methodname>PDO::query</methodname> |
28 |
| - <methodparam><type>string</type><parameter>statement</parameter></methodparam> |
29 |
| - <methodparam><type>int</type><parameter>fetch_style</parameter><initializer>PDO::FETCH_CLASS</initializer></methodparam> |
| 28 | + <modifier>public</modifier> <type class="union"><type>PDOStatement</type><type>false</type></type><methodname>PDO::query</methodname> |
| 29 | + <methodparam><type>string</type><parameter>query</parameter></methodparam> |
| 30 | + <methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>fetchMode</parameter><initializer>PDO::FETCH_CLASS</initializer></methodparam> |
30 | 31 | <methodparam><type>string</type><parameter>classname</parameter></methodparam>
|
31 |
| - <methodparam><type>array</type><parameter>ctorargs</parameter></methodparam> |
| 32 | + <methodparam><type>array</type><parameter>constructorArgs</parameter></methodparam> |
32 | 33 | </methodsynopsis>
|
33 | 34 |
|
34 | 35 | <methodsynopsis>
|
35 |
| - <modifier>public</modifier> <type>PDOStatement</type><methodname>PDO::query</methodname> |
36 |
| - <methodparam><type>string</type><parameter>statement</parameter></methodparam> |
37 |
| - <methodparam><type>int</type><parameter>fetch_style</parameter><initializer>PDO::FETCH_INTO</initializer></methodparam> |
| 36 | + <modifier>public</modifier> <type class="union"><type>PDOStatement</type><type>false</type></type><methodname>PDO::query</methodname> |
| 37 | + <methodparam><type>string</type><parameter>query</parameter></methodparam> |
| 38 | + <methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>fetchMode</parameter><initializer>PDO::FETCH_INTO</initializer></methodparam> |
38 | 39 | <methodparam><type>object</type><parameter>object</parameter></methodparam>
|
39 | 40 | </methodsynopsis>
|
40 | 41 |
|
|
73 | 74 | <para>
|
74 | 75 | <variablelist>
|
75 | 76 | <varlistentry>
|
76 |
| - <term><parameter>statement</parameter></term> |
| 77 | + <term><parameter>query</parameter></term> |
77 | 78 | <listitem>
|
78 | 79 | <para>
|
79 | 80 | 準備、発行する SQL ステートメント。
|
@@ -148,7 +149,6 @@ watermelon pink 90
|
148 | 149 |
|
149 | 150 |
|
150 | 151 | </refentry>
|
151 |
| - |
152 | 152 | <!-- Keep this comment at the end of the file
|
153 | 153 | Local variables:
|
154 | 154 | mode: sgml
|
|
0 commit comments