Skip to content

Commit 6f32408

Browse files
committed
Review fixes
1 parent e039147 commit 6f32408

26 files changed

+34
-27
lines changed

language-snippets.ent

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,12 @@ that is typically created using <function>fopen</function>.</para>'>
18231823
<!ENTITY odbc.connection.id '<para xmlns="http://docbook.org/ns/docbook">The ODBC connection object,
18241824
see <function>odbc_connect</function> for details.</para>'>
18251825

1826+
<!ENTITY odbc.result.object 'The ODBC result object.'>
1827+
1828+
<!ENTITY odbc.result.object-return 'Returns an ODBC result object'>
1829+
1830+
<!ENTITY odbc.result.object-return-falseforfailure '&odbc.result.object-return;&return.falseforfailure;.'>
1831+
18261832
<!ENTITY odbc.parameter.catalog 'The catalog (&apos;qualifier&apos; in ODBC 2 parlance).'>
18271833

18281834
<!ENTITY odbc.parameter.schema 'The schema (&apos;owner&apos; in ODBC 2 parlance).'>

reference/uodbc/functions/odbc-binmode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<term><parameter>statement</parameter></term>
9393
<listitem>
9494
<para>
95-
The result object.
95+
&odbc.result.object;
9696
</para>
9797
<para>
9898
If <parameter>statement</parameter> is <literal>0</literal>, the

reference/uodbc/functions/odbc-close.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</tgroup>
5252
</informaltable>
5353
</refsect1>
54-
54+
5555
<refsect1 role="notes">
5656
&reftitle.notes;
5757
<note>

reference/uodbc/functions/odbc-columnprivileges.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<refsect1 role="returnvalues">
7171
&reftitle.returnvalues;
7272
<para>
73-
Returns an ODBC result object&return.falseforfailure;.
73+
&odbc.result.object-return-falseforfailure;
7474
This result object can be used to fetch a list of columns and
7575
associated privileges.
7676
</para>

reference/uodbc/functions/odbc-columns.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<refsect1 role="returnvalues">
7171
&reftitle.returnvalues;
7272
<para>
73-
Returns an ODBC result object&return.falseforfailure;.
73+
&odbc.result.object-return-falseforfailure;
7474
</para>
7575
<para>
7676
The result set has the following columns:

reference/uodbc/functions/odbc-error.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<row>
5858
<entry>8.0.0</entry>
5959
<entry>
60-
<parameter>odbc</parameter> is nullable now.
60+
<parameter>odbc</parameter> is now nullable.
6161
</entry>
6262
</row>
6363
</tbody>

reference/uodbc/functions/odbc-errormsg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<row>
5858
<entry>8.0.0</entry>
5959
<entry>
60-
<parameter>odbc</parameter> is nullable now.
60+
<parameter>odbc</parameter> is now nullable.
6161
</entry>
6262
</row>
6363
</tbody>

reference/uodbc/functions/odbc-exec.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<refsect1 role="returnvalues">
4141
&reftitle.returnvalues;
4242
<para>
43-
Returns an ODBC result object if the SQL command was executed
43+
&odbc.result.object-return; if the SQL command was executed
4444
successfully, or &false; on error.
4545
</para>
4646
</refsect1>

reference/uodbc/functions/odbc-fetch-array.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<term><parameter>statement</parameter></term>
2727
<listitem>
2828
<para>
29-
The result object from <function>odbc_exec</function>.
29+
&odbc.result.object; from <function>odbc_exec</function>.
3030
</para>
3131
</listitem>
3232
</varlistentry>
@@ -65,7 +65,7 @@
6565
<row>
6666
<entry>8.4.0</entry>
6767
<entry>
68-
<parameter>row</parameter> is nullable now.
68+
<parameter>row</parameter> is now nullable.
6969
</entry>
7070
</row>
7171
</tbody>

reference/uodbc/functions/odbc-fetch-into.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<term><parameter>statement</parameter></term>
2828
<listitem>
2929
<para>
30-
The result object.
30+
&odbc.result.object;.
3131
</para>
3232
</listitem>
3333
</varlistentry>
@@ -77,7 +77,7 @@
7777
<row>
7878
<entry>8.4.0</entry>
7979
<entry>
80-
<parameter>row</parameter> is nullable now.
80+
<parameter>row</parameter> is now nullable.
8181
</entry>
8282
</row>
8383
</tbody>

0 commit comments

Comments
 (0)