Skip to content

Commit da05014

Browse files
committed
Cubrid: Use <constant>
1 parent 957965d commit da05014

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

reference/cubrid/constants.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,34 +195,34 @@
195195
</thead>
196196
<tbody>
197197
<row>
198-
<entry>TRAN_COMMIT_CLASS_UNCOMMIT_INSTANCE</entry>
198+
<entry><constant>TRAN_COMMIT_CLASS_UNCOMMIT_INSTANCE</constant></entry>
199199
<entry>The lowest isolation level (1). A dirty, non-repeatable or
200200
phantom read may occur for the tuple and a non-repeatable read may
201201
occur for the table as well.</entry>
202202
</row>
203203
<row>
204-
<entry>TRAN_COMMIT_CLASS_COMMIT_INSTANCE</entry>
204+
<entry><constant>TRAN_COMMIT_CLASS_COMMIT_INSTANCE</constant></entry>
205205
<entry>A relatively low isolation level (2). A dirty read does not
206206
occur, but non-repeatable or phantom read may occur.</entry>
207207
</row>
208208
<row>
209-
<entry>TRAN_REP_CLASS_UNCOMMIT_INSTANCE</entry>
209+
<entry><constant>TRAN_REP_CLASS_UNCOMMIT_INSTANCE</constant></entry>
210210
<entry>The default isolation of CUBRID (3). A dirty, non-repeatable or
211211
phantom read may occur for the tuple, but repeatable read is ensured
212212
for the table.</entry>
213213
</row>
214214
<row>
215-
<entry>TRAN_REP_CLASS_COMMIT_INSTANCE</entry>
215+
<entry><constant>TRAN_REP_CLASS_COMMIT_INSTANCE</constant></entry>
216216
<entry>A relatively low isolation level (4). A dirty read does not
217217
occur, but non-repeatable or phantom read may.</entry>
218218
</row>
219219
<row>
220-
<entry>TRAN_REP_CLASS_REP_INSTANCE</entry>
220+
<entry><constant>TRAN_REP_CLASS_REP_INSTANCE</constant></entry>
221221
<entry>A relatively high isolation level (5). A dirty or non-repeatable
222222
read does not occur, but a phantom read may.</entry>
223223
</row>
224224
<row>
225-
<entry>TRAN_SERIALIZABLE</entry>
225+
<entry><constant>TRAN_SERIALIZABLE</constant></entry>
226226
<entry>The highest isolation level (6). Problems concerning concurrency
227227
(e.g. dirty read, non-repeatable read, phantom read, etc.) do not
228228
occur.</entry>

0 commit comments

Comments
 (0)