reference/ibm_db2/functions/db2-connect.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -123,11 +123,11 @@
123
123
<term><parameter>autocommit</parameter></term>
124
124
<listitem>
125
125
<para>
126
-
Passing the <literal>DB2_AUTOCOMMIT_ON</literal> value turns
126
+
Passing the <constant>DB2_AUTOCOMMIT_ON</constant> value turns
127
127
autocommit on for this connection handle.
128
128
</para>
129
129
<para>
130
-
Passing the <literal>DB2_AUTOCOMMIT_OFF</literal> value turns
130
+
Passing the <constant>DB2_AUTOCOMMIT_OFF</constant> value turns
131
131
autocommit off for this connection handle.
132
132
</para>
133
133
</listitem>
...
...
@@ -136,15 +136,15 @@
136
136
<term><parameter>DB2_ATTR_CASE</parameter></term>
137
137
<listitem>
138
138
<para>
139
-
Passing the <literal>DB2_CASE_NATURAL</literal> value specifies
139
+
Passing the <constant>DB2_CASE_NATURAL</constant> value specifies
140
140
that column names are returned in natural case.
141
141
</para>
142
142
<para>
143
-
Passing the <literal>DB2_CASE_LOWER</literal> value specifies
143
+
Passing the <constant>DB2_CASE_LOWER</constant> value specifies
144
144
that column names are returned in lower case.
145
145
</para>
146
146
<para>
147
-
Passing the <literal>DB2_CASE_UPPER</literal> value specifies
147
+
Passing the <constant>DB2_CASE_UPPER</constant> value specifies
148
148
that column names are returned in upper case.
149
149
</para>
150
150
</listitem>
...
...
@@ -153,12 +153,12 @@
153
153
<term><parameter>CURSOR</parameter></term>
154
154
<listitem>
155
155
<para>
156
-
Passing the <literal>DB2_FORWARD_ONLY</literal> value specifies a
156
+
Passing the <constant>DB2_FORWARD_ONLY</constant> value specifies a
157
157
forward-only cursor for a statement resource. This is the default
158
158
cursor type and is supported on all database servers.
159
159
</para>
160
160
<para>
161
-
Passing the <literal>DB2_SCROLLABLE</literal> value specifies a
161
+
Passing the <constant>DB2_SCROLLABLE</constant> value specifies a
162
162
scrollable cursor for a statement resource. This mode enables
163
163
random access to rows in a result set, but currently is supported
164
164
only by IBM DB2 Universal Database.
165
165