reference/pdo_cubrid/constants.xml
10eade765ad63d4e660a5a06709a9ca876f2d411
...
...
@@ -17,16 +17,16 @@
17
17
</row>
18
18
</thead>
19
19
<tbody>
20
-
<row>
21
-
<entry>PDO::CUBRID_ATTR_ISOLATION_LEVEL</entry>
20
+
<row xml:id="pdo.constants.cubrid-attr-isolation-level">
21
+
<entry><constant>PDO::CUBRID_ATTR_ISOLATION_LEVEL</constant></entry>
22
22
<entry>Transaction isolation level for the database connection.</entry>
23
23
</row>
24
-
<row>
25
-
<entry>PDO::CUBRID_ATTR_LOCK_TIMEOUT</entry>
24
+
<row xml:id="pdo.constants.cubrid-attr-lock-timeout">
25
+
<entry><constant>PDO::CUBRID_ATTR_LOCK_TIMEOUT</constant></entry>
26
26
<entry>Transaction timeout in seconds.</entry>
27
27
</row>
28
-
<row>
29
-
<entry>PDO::CUBRID_ATTR_MAX_STRING_LENGTH</entry>
28
+
<row xml:id="pdo.constants.cubrid-attr-max-string-length">
29
+
<entry><constant>PDO::CUBRID_ATTR_MAX_STRING_LENGTH</constant></entry>
30
30
<entry>Read only. The maximum string length for bit, varbit, char,
31
31
varchar, nchar, nchar varying data types when using CUBRID PDO
32
32
API.</entry>
...
...
@@ -50,35 +50,35 @@
50
50
</row>
51
51
</thead>
52
52
<tbody>
53
-
<row>
54
-
<entry>PDO::TRAN_COMMIT_CLASS_UNCOMMIT_INSTANCE</entry>
53
+
<row xml:id="pdo.constants.tran-commit-class-uncommit-instance">
54
+
<entry><constant>PDO::TRAN_COMMIT_CLASS_UNCOMMIT_INSTANCE</constant></entry>
55
55
<entry>The lowest isolation level (1). A dirty, non-repeatable or
56
56
phantom read may occur for the tuple and a non-repeatable read may
57
57
occur for the table as well.</entry>
58
58
</row>
59
-
<row>
60
-
<entry>PDO::TRAN_COMMIT_CLASS_COMMIT_INSTANCE</entry>
59
+
<row xml:id="pdo.constants.tran-commit-class-commit-instance">
60
+
<entry><constant>PDO::TRAN_COMMIT_CLASS_COMMIT_INSTANCE</constant></entry>
61
61
<entry>A relatively low isolation level (2). A dirty read does not
62
62
occur, but non-repeatable or phantom read may occur.</entry>
63
63
</row>
64
-
<row>
65
-
<entry>PDO::TRAN_REP_CLASS_UNCOMMIT_INSTANCE</entry>
64
+
<row xml:id="pdo.constants.tran-rep-class-uncommit-instance">
65
+
<entry><constant>PDO::TRAN_REP_CLASS_UNCOMMIT_INSTANCE</constant></entry>
66
66
<entry>The default isolation of CUBRID (3). A dirty, non-repeatable or
67
67
phantom read may occur for the tuple, but repeatable read is ensured
68
68
for the table.</entry>
69
69
</row>
70
-
<row>
71
-
<entry>PDO::TRAN_REP_CLASS_COMMIT_INSTANCE</entry>
70
+
<row xml:id="pdo.constants.tran-rep-class-commit-instance">
71
+
<entry><constant>PDO::TRAN_REP_CLASS_COMMIT_INSTANCE</constant></entry>
72
72
<entry>A relatively low isolation level (4). A dirty read does not
73
73
occur, but non-repeatable or phantom read may.</entry>
74
74
</row>
75
-
<row>
76
-
<entry>PDO::TRAN_REP_CLASS_REP_INSTANCE</entry>
75
+
<row xml:id="pdo.constants.tran-rep-class-rep-instance">
76
+
<entry><constant>PDO::TRAN_REP_CLASS_REP_INSTANCE</constant></entry>
77
77
<entry>A relatively high isolation level (5). A dirty or non-repeatable
78
78
read does not occur, but a phantom read may.</entry>
79
79
</row>
80
-
<row>
81
-
<entry>PDO::TRAN_SERIALIZABLE</entry>
80
+
<row xml:id="pdo.constants.tran-serializable">
81
+
<entry><constant>PDO::TRAN_SERIALIZABLE</constant></entry>
82
82
<entry>The highest isolation level (6). Problems concerning concurrency
83
83
(e.g. dirty read, non-repeatable read, phantom read, etc.) do not
84
84
occur.</entry>
...
...
@@ -101,88 +101,88 @@
101
101
</row>
102
102
</thead>
103
103
<tbody>
104
-
<row>
105
-
<entry>PDO::CUBRID_SCH_TABLE</entry>
104
+
<row xml:id="pdo.constants.cubrid-sch-table">
105
+
<entry><constant>PDO::CUBRID_SCH_TABLE</constant></entry>
106
106
<entry>Get name and type of table in CUBRID.</entry>
107
107
</row>
108
-
<row>
109
-
<entry>PDO::CUBRID_SCH_VIEW</entry>
108
+
<row xml:id="pdo.constants.cubrid-sch-view">
109
+
<entry><constant>PDO::CUBRID_SCH_VIEW</constant></entry>
110
110
<entry>Get name and type of view in CUBRID.</entry>
111
111
</row>
112
-
<row>
113
-
<entry>PDO::CUBRID_SCH_QUERY_SPEC</entry>
112
+
<row xml:id="pdo.constants.cubrid-sch-query-spec">
113
+
<entry><constant>PDO::CUBRID_SCH_QUERY_SPEC</constant></entry>
114
114
<entry>Get the query definition of view.</entry>
115
115
</row>
116
-
<row>
117
-
<entry>PDO::CUBRID_SCH_ATTRIBUTE</entry>
116
+
<row xml:id="pdo.constants.cubrid-sch-attribute">
117
+
<entry><constant>PDO::CUBRID_SCH_ATTRIBUTE</constant></entry>
118
118
<entry>Get the attributes of table column.</entry>
119
119
</row>
120
-
<row>
121
-
<entry>PDO::CUBRID_SCH_TABLE_ATTRIBUTE</entry>
120
+
<row xml:id="pdo.constants.cubrid-sch-table-attribute">
121
+
<entry><constant>PDO::CUBRID_SCH_TABLE_ATTRIBUTE</constant></entry>
122
122
<entry>Get the attributes of table.</entry>
123
123
</row>
124
-
<row>
125
-
<entry>PDO::CUBRID_SCH_METHOD</entry>
124
+
<row xml:id="pdo.constants.cubrid-sch-method">
125
+
<entry><constant>PDO::CUBRID_SCH_METHOD</constant></entry>
126
126
<entry>Get the instance method. The instance method is a method called
127
127
by a class instance. It is used more often than the class method
128
128
because most operations are executed in the instance.</entry>
129
129
</row>
130
-
<row>
131
-
<entry>PDO::CUBRID_SCH_TABLE_METHOD</entry>
130
+
<row xml:id="pdo.constants.cubrid-sch-table-method">
131
+
<entry><constant>PDO::CUBRID_SCH_TABLE_METHOD</constant></entry>
132
132
<entry>Get the class method. The class method is a method called by a
133
133
class object. It is usually used to create a new class instance or to
134
134
initialize it. It is also used to access or update class
135
135
attributes.</entry>
136
136
</row>
137
-
<row>
138
-
<entry>PDO::CUBRID_SCH_METHOD_FILE</entry>
137
+
<row xml:id="pdo.constants.cubrid-sch-method-file">
138
+
<entry><constant>PDO::CUBRID_SCH_METHOD_FILE</constant></entry>
139
139
<entry>Get the information of the file where the method of the table is
140
140
defined.</entry>
141
141
</row>
142
-
<row>
143
-
<entry>PDO::CUBRID_SCH_SUPER_TABLE</entry>
142
+
<row xml:id="pdo.constants.cubrid-sch-super-table">
143
+
<entry><constant>PDO::CUBRID_SCH_SUPER_TABLE</constant></entry>
144
144
<entry>Get the name and type of table which table inherites attributes
145
145
from.</entry>
146
146
</row>
147
-
<row>
148
-
<entry>PDO::CUBRID_SCH_SUB_TABLE</entry>
147
+
<row xml:id="pdo.constants.cubrid-sch-sub-table">
148
+
<entry><constant>PDO::CUBRID_SCH_SUB_TABLE</constant></entry>
149
149
<entry>Get the name and type of table which inherites attributes from
150
150
this table.</entry>
151
151
</row>
152
-
<row>
153
-
<entry>PDO::CUBRID_SCH_CONSTRAINT</entry>
152
+
<row xml:id="pdo.constants.cubrid-sch-constraint">
153
+
<entry><constant>PDO::CUBRID_SCH_CONSTRAINT</constant></entry>
154
154
<entry>Get the table constraints.</entry>
155
155
</row>
156
-
<row>
157
-
<entry>PDO::CUBRID_SCH_TRIGGER</entry>
156
+
<row xml:id="pdo.constants.cubrid-sch-trigger">
157
+
<entry><constant>PDO::CUBRID_SCH_TRIGGER</constant></entry>
158
158
<entry>Get the table triggers.</entry>
159
159
</row>
160
-
<row>
161
-
<entry>PDO::CUBRID_SCH_TABLE_PRIVILEGE</entry>
160
+
<row xml:id="pdo.constants.cubrid-sch-table-privilege">
161
+
<entry><constant>PDO::CUBRID_SCH_TABLE_PRIVILEGE</constant></entry>
162
162
<entry>Get the privilege information of table.</entry>
163
163
</row>
164
-
<row>
165
-
<entry>PDO::CUBRID_SCH_COL_PRIVILEGE</entry>
164
+
<row xml:id="pdo.constants.cubrid-sch-col-privilege">
165
+
<entry><constant>PDO::CUBRID_SCH_COL_PRIVILEGE</constant></entry>
166
166
<entry>Get the privilege information of column.</entry>
167
167
</row>
168
-
<row>
169
-
<entry>PDO::CUBRID_SCH_DIRECT_SUPER_TABLE</entry>
168
+
<row xml:id="pdo.constants.cubrid-sch-direct-super-table">
169
+
<entry><constant>PDO::CUBRID_SCH_DIRECT_SUPER_TABLE</constant></entry>
170
170
<entry>Get the direct super table of table.</entry>
171
171
</row>
172
-
<row>
173
-
<entry>PDO::CUBRID_SCH_PRIMARY_KEY</entry>
172
+
<row xml:id="pdo.constants.cubrid-sch-primary-key">
173
+
<entry><constant>PDO::CUBRID_SCH_PRIMARY_KEY</constant></entry>
174
174
<entry>Get the table primary key.</entry>
175
175
</row>
176
-
<row>
177
-
<entry>PDO::CUBRID_SCH_IMPORTED_KEYS</entry>
176
+
<row xml:id="pdo.constants.cubrid-sch-imported-keys">
177
+
<entry><constant>PDO::CUBRID_SCH_IMPORTED_KEYS</constant></entry>
178
178
<entry>Get imported keys of table.</entry>
179
179
</row>
180
-
<row>
181
-
<entry>PDO::CUBRID_SCH_EXPORTED_KEYS</entry>
180
+
<row xml:id="pdo.constants.cubrid-sch-exported-keys">
181
+
<entry><constant>PDO::CUBRID_SCH_EXPORTED_KEYS</constant></entry>
182
182
<entry>Get exported keys of table.</entry>
183
183
</row>
184
-
<row>
185
-
<entry>PDO::CUBRID_SCH_CROSS_REFERENCE</entry>
184
+
<row xml:id="pdo.constants.cubrid-sch-cross-reference">
185
+
<entry><constant>PDO::CUBRID_SCH_CROSS_REFERENCE</constant></entry>
186
186
<entry>Get reference relationship of tow tables.</entry>
187
187
</row>
188
188
</tbody>
189
189