reference/ibm_db2/functions/db2-pconnect.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -84,11 +84,11 @@
84
84
<term><parameter>autocommit</parameter></term>
85
85
<listitem>
86
86
<para>
87
-
Passing the <literal>DB2_AUTOCOMMIT_ON</literal> value turns
87
+
Passing the <constant>DB2_AUTOCOMMIT_ON</constant> value turns
88
88
autocommit on for this connection handle.
89
89
</para>
90
90
<para>
91
-
Passing the <literal>DB2_AUTOCOMMIT_OFF</literal> value turns
91
+
Passing the <constant>DB2_AUTOCOMMIT_OFF</constant> value turns
92
92
autocommit off for this connection handle.
93
93
</para>
94
94
</listitem>
...
...
@@ -97,15 +97,15 @@
97
97
<term><parameter>DB2_ATTR_CASE</parameter></term>
98
98
<listitem>
99
99
<para>
100
-
Passing the <literal>DB2_CASE_NATURAL</literal> value specifies
100
+
Passing the <constant>DB2_CASE_NATURAL</constant> value specifies
101
101
that column names are returned in natural case.
102
102
</para>
103
103
<para>
104
-
Passing the <literal>DB2_CASE_LOWER</literal> value specifies
104
+
Passing the <constant>DB2_CASE_LOWER</constant> value specifies
105
105
that column names are returned in lower case.
106
106
</para>
107
107
<para>
108
-
Passing the <literal>DB2_CASE_UPPER</literal> value specifies
108
+
Passing the <constant>DB2_CASE_UPPER</constant> value specifies
109
109
that column names are returned in upper case.
110
110
</para>
111
111
</listitem>
...
...
@@ -114,12 +114,12 @@
114
114
<term><parameter>CURSOR</parameter></term>
115
115
<listitem>
116
116
<para>
117
-
Passing the <literal>DB2_FORWARD_ONLY</literal> value specifies a
117
+
Passing the <constant>DB2_FORWARD_ONLY</constant> value specifies a
118
118
forward-only cursor for a statement resource. This is the default
119
119
cursor type and is supported on all database servers.
120
120
</para>
121
121
<para>
122
-
Passing the <literal>DB2_SCROLLABLE</literal> value specifies a
122
+
Passing the <constant>DB2_SCROLLABLE</constant> value specifies a
123
123
scrollable cursor for a statement resource. This mode enables
124
124
random access to rows in a result set, but currently is supported
125
125
only by IBM DB2 Universal Database.
126
126