|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- $Revision$ --> |
3 | | -<!-- EN-Revision: 8fb5db5a5eea9940e1cb5ea599817da36d3f36dd Maintainer: takagi Status: working --> |
| 3 | +<!-- EN-Revision: e11d90ec66baf31038e800870913ff2baec5ba72 Maintainer: takagi Status: working --> |
4 | 4 | <!-- CREDITS: hirokawa,mumumu --> |
5 | 5 | <appendix xml:id="mysqli.constants" xmlns="http://docbook.org/ns/docbook"> |
6 | 6 | &reftitle.constants; |
|
31 | 31 | </para> |
32 | 32 | </listitem> |
33 | 33 | </varlistentry> |
34 | | - <!-- to be translated --> |
35 | 34 | <varlistentry xml:id="constant.mysqli-opt-can-handle_expired_passwords"> |
36 | 35 | <term> |
37 | 36 | <constant>MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS</constant> |
38 | 37 | (<type>int</type>) |
39 | 38 | </term> |
40 | 39 | <listitem> |
41 | 40 | <simpara> |
42 | | - Indicates to the server that the client can handle sandbox mode |
43 | | - for expired passwords. |
44 | | - Can be used with <function>mysqli_options</function>. |
| 41 | + サーバーに対して、クライアントが期限切れパスワードのサンドボックスモードを処理できることを示します。 |
| 42 | + <function>mysqli_options</function> と共に使用できます。 |
45 | 43 | </simpara> |
46 | 44 | </listitem> |
47 | 45 | </varlistentry> |
|
52 | 50 | </term> |
53 | 51 | <listitem> |
54 | 52 | <simpara> |
55 | | - If enabled, this option specifies the directory |
56 | | - from which client-side <literal>LOCAL</literal> data loading is permitted |
57 | | - in <literal>LOAD DATA LOCAL</literal> statements. |
| 53 | + 有効にすると、このオプションは <literal>LOAD DATA LOCAL</literal> ステートメントで |
| 54 | + クライアント側の <literal>LOCAL</literal> データのロードを許可するディレクトリを指定します。 |
58 | 55 | </simpara> |
59 | 56 | </listitem> |
60 | 57 | </varlistentry> |
|
147 | 144 | </para> |
148 | 145 | </listitem> |
149 | 146 | </varlistentry> |
150 | | - <!-- to be translated --> |
151 | 147 | <varlistentry xml:id="constant.mysqli-client-can-handle_expired_passwords"> |
152 | 148 | <term> |
153 | 149 | <constant>MYSQLI_CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS</constant> |
154 | 150 | (<type>int</type>) |
155 | 151 | </term> |
156 | 152 | <listitem> |
157 | 153 | <simpara> |
158 | | - Indicates to the server that the client can handle sandbox mode |
159 | | - for expired passwords. |
160 | | - Can be used with <function>mysqli_real_connect</function>. |
| 154 | + サーバーに対して、クライアントが期限切れパスワードのサンドボックスモードを処理できることを示します。 |
| 155 | + <function>mysqli_real_connect</function> と共に使用できます。 |
161 | 156 | </simpara> |
162 | 157 | </listitem> |
163 | 158 | </varlistentry> |
|
168 | 163 | </term> |
169 | 164 | <listitem> |
170 | 165 | <simpara> |
171 | | - Return number of matched rows, not the number of affected rows. |
| 166 | + 影響を受けた行数ではなく、一致した行数を返します。 |
172 | 167 | </simpara> |
173 | 168 | </listitem> |
174 | 169 | </varlistentry> |
|
179 | 174 | </term> |
180 | 175 | <listitem> |
181 | 176 | <simpara> |
182 | | - Verify server certificate. |
| 177 | + サーバー証明書を検証します。 |
183 | 178 | </simpara> |
184 | 179 | </listitem> |
185 | 180 | </varlistentry> |
|
474 | 469 | </para> |
475 | 470 | </listitem> |
476 | 471 | </varlistentry> |
477 | | - <!-- to be translated --> |
478 | 472 | <varlistentry xml:id="constant.mysqli-no-default-value_flag"> |
479 | 473 | <term> |
480 | 474 | <constant>MYSQLI_NO_DEFAULT_VALUE_FLAG</constant> |
481 | 475 | (<type>int</type>) |
482 | 476 | </term> |
483 | 477 | <listitem> |
484 | 478 | <simpara> |
485 | | - A column has no <literal>DEFAULT</literal> clause in its definition. |
486 | | - This does not apply to <literal>NULL</literal> |
487 | | - or to <literal>AUTO_INCREMENT</literal> columns |
488 | | - because such columns have a default value of <literal>NULL</literal> |
489 | | - and an implied default value respectively. |
| 479 | + カラムの定義に <literal>DEFAULT</literal> 句がありません。これは <literal>NULL</literal> や |
| 480 | + <literal>AUTO_INCREMENT</literal> カラムには適用されません。なぜならそのようなカラムはそれぞれ |
| 481 | + デフォルト値として <literal>NULL</literal> および暗黙のデフォルト値を持っているためです。 |
490 | 482 | </simpara> |
491 | 483 | </listitem> |
492 | 484 | </varlistentry> |
|
1214 | 1206 | </para> |
1215 | 1207 | </listitem> |
1216 | 1208 | </varlistentry> |
1217 | | - <varlistentry xml:id="constant.mysqli-trans-start-consistent-snapshot"> |
1218 | | - <term><constant>MYSQLI_TRANS_START_WITH_CONSISTENT_SNAPSHOT</constant></term> |
| 1209 | + <varlistentry xml:id="constant.mysqli-trans-start-with-consistent-snapshot"> |
| 1210 | + <term> |
| 1211 | + <constant>MYSQLI_TRANS_START_WITH_CONSISTENT_SNAPSHOT</constant> |
| 1212 | + (<type>int</type>) |
| 1213 | + </term> |
1219 | 1214 | <listitem> |
1220 | 1215 | <para> |
1221 | 1216 | トランザクションを "START TRANSACTION WITH CONSISTENT SNAPSHOT" で開始します。 |
|
1245 | 1240 | </para> |
1246 | 1241 | </listitem> |
1247 | 1242 | </varlistentry> |
1248 | | - <!-- to be translated --> |
1249 | 1243 | <varlistentry xml:id="constant.mysqli-async"> |
1250 | 1244 | <term> |
1251 | 1245 | <constant>MYSQLI_ASYNC</constant> |
1252 | 1246 | (<type>int</type>) |
1253 | 1247 | </term> |
1254 | 1248 | <listitem> |
1255 | 1249 | <simpara> |
1256 | | - The query is performed asynchronously and no result set is immediately returned. |
1257 | | - Available with <literal>mysqlnd</literal> only. |
| 1250 | + クエリは非同期に実行され、結果セットはすぐには返されません。 |
| 1251 | + <literal>mysqlnd</literal> でのみ利用可能です。 |
1258 | 1252 | </simpara> |
1259 | 1253 | </listitem> |
1260 | 1254 | </varlistentry> |
|
1265 | 1259 | </term> |
1266 | 1260 | <listitem> |
1267 | 1261 | <simpara> |
1268 | | - If a field is updated it will get the current time value. |
| 1262 | + フィールドが更新されると、現在時刻の値が設定されます。 |
1269 | 1263 | </simpara> |
1270 | 1264 | </listitem> |
1271 | 1265 | </varlistentry> |
|
0 commit comments