Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit843c280

Browse files
committed
ECPG documentation fix
Marc Cousin, Satoshi Nagayasu
1 parentab1aaf3 commit843c280

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,8 +2752,9 @@ typedef struct sqlda_struct sqlda_t;
27522752
<term><literal>desc_next</></term>
27532753
<listitem>
27542754
<para>
2755-
If the query returns more than one records, multiple linked SQLDA structures
2756-
are returned, the first record is stored in the SQLDA returned in the
2755+
If the query returns more than one records, multiple linked
2756+
SQLDA structures are returned, and <literal>desc_next</> holds
2757+
a pointer to the next entry in the list.
27572758
</para>
27582759
</listitem>
27592760
</varlistentry>
@@ -3040,7 +3041,7 @@ typedef struct sqlda_compat sqlda_t;
30403041
<term><literal>desc_next</></term>
30413042
<listitem>
30423043
<para>
3043-
Pointer to the next SQLDA structure if the result set contains more than onerecords.
3044+
Pointer to the next SQLDA structure if the result set contains more than onerecord.
30443045
</para>
30453046
</listitem>
30463047
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp