|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- $Revision$ --> |
3 | 3 | <!-- EN-Revision: b9cf1a2e7307131913ac3c16c2fb67ed9ad38527 Maintainer: KentarouTakeda Status: ready --> |
4 | | -<!-- CREDITS: KentarouTakeda --> |
| 4 | +<!-- CREDITS: takagi,KentarouTakeda --> |
5 | 5 | <reference xml:id="class.pdo-firebird" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"> |
6 | | - <title>The Pdo\Firebird class</title> |
| 6 | + <title>Pdo\Firebird クラス</title> |
7 | 7 | <titleabbrev>Pdo\Firebird</titleabbrev> |
8 | 8 |
|
9 | 9 | <partintro> |
|
12 | 12 | <section xml:id="pdo-firebird.intro"> |
13 | 13 | &reftitle.intro; |
14 | 14 | <simpara> |
15 | | - A <classname>PDO</classname> subclass representing a connection using |
16 | | - the Firebird PDO driver. |
| 15 | + Firebird PDO ドライバによる接続を示す <classname>PDO</classname> サブクラスです。 |
17 | 16 | </simpara> |
18 | 17 | </section> |
19 | 18 | <!-- }}} --> |
|
110 | 109 | <term><constant>Pdo\Firebird::ATTR_DATE_FORMAT</constant></term> |
111 | 110 | <listitem> |
112 | 111 | <simpara> |
113 | | - Sets the date format. |
| 112 | + 日付フォーマットを設定します。 |
114 | 113 | </simpara> |
115 | 114 | </listitem> |
116 | 115 | </varlistentry> |
117 | 116 | <varlistentry xml:id="pdo-firebird.constants.attr-time-format"> |
118 | 117 | <term><constant>Pdo\Firebird::ATTR_TIME_FORMAT</constant></term> |
119 | 118 | <listitem> |
120 | 119 | <simpara> |
121 | | - Sets the time format. |
| 120 | + 時刻フォーマットを設定します。 |
122 | 121 | </simpara> |
123 | 122 | </listitem> |
124 | 123 | </varlistentry> |
125 | 124 | <varlistentry xml:id="pdo-firebird.constants.attr-timestamp-format"> |
126 | 125 | <term><constant>Pdo\Firebird::ATTR_TIMESTAMP_FORMAT</constant></term> |
127 | 126 | <listitem> |
128 | 127 | <simpara> |
129 | | - Sets the timestamp format. |
| 128 | + タイムスタンプフォーマットを設定します。 |
130 | 129 | </simpara> |
131 | 130 | </listitem> |
132 | 131 | </varlistentry> |
133 | 132 | <varlistentry xml:id="pdo-firebird.constants.transaction-isolation-level"> |
134 | 133 | <term><constant>Pdo\Firebird::TRANSACTION_ISOLATION_LEVEL</constant></term> |
135 | 134 | <listitem> |
136 | 135 | <simpara> |
137 | | - Attribute to sets the transaction isolation level. |
138 | | - This can be one of <constant>Pdo\Firebird::READ_COMMITTED</constant>, |
139 | | - <constant>Pdo\Firebird::REPEATABLE_READ</constant>, |
140 | | - or <constant>Pdo\Firebird::SERIALIZABLE</constant>. |
| 136 | + トランザクション分離レベルを設定します。 |
| 137 | + <constant>Pdo\Firebird::READ_COMMITTED</constant>、 |
| 138 | + <constant>Pdo\Firebird::REPEATABLE_READ</constant>、 |
| 139 | + または <constant>Pdo\Firebird::SERIALIZABLE</constant> のいずれかです。 |
141 | 140 | </simpara> |
142 | 141 | </listitem> |
143 | 142 | </varlistentry> |
144 | 143 | <varlistentry xml:id="pdo-firebird.constants.read-committed"> |
145 | 144 | <term><constant>Pdo\Firebird::READ_COMMITTED</constant></term> |
146 | 145 | <listitem> |
147 | 146 | <simpara> |
148 | | - Flag denoting the <acronym>ANSI</acronym> transaction isolation |
149 | | - level is read commited. |
150 | | - This is the default behavior. |
| 147 | + <acronym>ANSI</acronym> トランザクション分離レベルが |
| 148 | + Read Committed であることを示すフラグです。 |
| 149 | + これがデフォルトの動作です。 |
151 | 150 | </simpara> |
152 | 151 | </listitem> |
153 | 152 | </varlistentry> |
154 | 153 | <varlistentry xml:id="pdo-firebird.constants.repeatable-read"> |
155 | 154 | <term><constant>Pdo\Firebird::REPEATABLE_READ</constant></term> |
156 | 155 | <listitem> |
157 | 156 | <simpara> |
158 | | - Flag denoting the <acronym>ANSI</acronym> transaction isolation |
159 | | - level is repeatable read. |
160 | | - This corresponds to Firebird's "snapshot" isolation level. |
| 157 | + <acronym>ANSI</acronym> トランザクション分離レベルが |
| 158 | + Repeatable Read であることを示すフラグです。 |
| 159 | + Firebird の "snapshot" 分離レベルに相当します。 |
161 | 160 | </simpara> |
162 | 161 | </listitem> |
163 | 162 | </varlistentry> |
164 | 163 | <varlistentry xml:id="pdo-firebird.constants.serializable"> |
165 | 164 | <term><constant>Pdo\Firebird::SERIALIZABLE</constant></term> |
166 | 165 | <listitem> |
167 | 166 | <simpara> |
168 | | - Flag denoting the <acronym>ANSI</acronym> transaction isolation |
169 | | - level is serializable. |
170 | | - This corresponds to Firebird's "snapshot table stability" isolation level. |
| 167 | + <acronym>ANSI</acronym> トランザクション分離レベルが |
| 168 | + Serializeable であることを示すフラグです。 |
| 169 | + Firebird の "snapshot table stability" 分離レベルに相当します。 |
171 | 170 | </simpara> |
172 | 171 | </listitem> |
173 | 172 | </varlistentry> |
174 | 173 | <varlistentry xml:id="pdo-firebird.constants.writable-transaction"> |
175 | 174 | <term><constant>Pdo\Firebird::WRITABLE_TRANSACTION</constant></term> |
176 | 175 | <listitem> |
177 | 176 | <simpara> |
178 | | - Boolean attribute used to toggle the transaction access mode between |
179 | | - <literal>READ ONLY</literal> and <literal>READ WRITE</literal>. |
180 | | - By default, it is &true; indicating <literal>READ WRITE</literal>. |
| 177 | + ブール値で、トランザクションアクセスモードを |
| 178 | + <literal>READ ONLY</literal> または <literal>READ WRITE</literal> に設定します。 |
| 179 | + デフォルトは &true; で、<literal>READ WRITE</literal> を表します。 |
181 | 180 | </simpara> |
182 | 181 | </listitem> |
183 | 182 | </varlistentry> |
|
0 commit comments