|
195 | 195 | </thead>
|
196 | 196 | <tbody>
|
197 | 197 | <row>
|
198 |
| - <entry>TRAN_COMMIT_CLASS_UNCOMMIT_INSTANCE</entry> |
| 198 | + <entry><constant>TRAN_COMMIT_CLASS_UNCOMMIT_INSTANCE</constant></entry> |
199 | 199 | <entry>The lowest isolation level (1). A dirty, non-repeatable or
|
200 | 200 | phantom read may occur for the tuple and a non-repeatable read may
|
201 | 201 | occur for the table as well.</entry>
|
202 | 202 | </row>
|
203 | 203 | <row>
|
204 |
| - <entry>TRAN_COMMIT_CLASS_COMMIT_INSTANCE</entry> |
| 204 | + <entry><constant>TRAN_COMMIT_CLASS_COMMIT_INSTANCE</constant></entry> |
205 | 205 | <entry>A relatively low isolation level (2). A dirty read does not
|
206 | 206 | occur, but non-repeatable or phantom read may occur.</entry>
|
207 | 207 | </row>
|
208 | 208 | <row>
|
209 |
| - <entry>TRAN_REP_CLASS_UNCOMMIT_INSTANCE</entry> |
| 209 | + <entry><constant>TRAN_REP_CLASS_UNCOMMIT_INSTANCE</constant></entry> |
210 | 210 | <entry>The default isolation of CUBRID (3). A dirty, non-repeatable or
|
211 | 211 | phantom read may occur for the tuple, but repeatable read is ensured
|
212 | 212 | for the table.</entry>
|
213 | 213 | </row>
|
214 | 214 | <row>
|
215 |
| - <entry>TRAN_REP_CLASS_COMMIT_INSTANCE</entry> |
| 215 | + <entry><constant>TRAN_REP_CLASS_COMMIT_INSTANCE</constant></entry> |
216 | 216 | <entry>A relatively low isolation level (4). A dirty read does not
|
217 | 217 | occur, but non-repeatable or phantom read may.</entry>
|
218 | 218 | </row>
|
219 | 219 | <row>
|
220 |
| - <entry>TRAN_REP_CLASS_REP_INSTANCE</entry> |
| 220 | + <entry><constant>TRAN_REP_CLASS_REP_INSTANCE</constant></entry> |
221 | 221 | <entry>A relatively high isolation level (5). A dirty or non-repeatable
|
222 | 222 | read does not occur, but a phantom read may.</entry>
|
223 | 223 | </row>
|
224 | 224 | <row>
|
225 |
| - <entry>TRAN_SERIALIZABLE</entry> |
| 225 | + <entry><constant>TRAN_SERIALIZABLE</constant></entry> |
226 | 226 | <entry>The highest isolation level (6). Problems concerning concurrency
|
227 | 227 | (e.g. dirty read, non-repeatable read, phantom read, etc.) do not
|
228 | 228 | occur.</entry>
|
|
0 commit comments