Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 65aed07

Browse files
author
Barry Lind
committed
Updated jdbc docs to reflect the doc comments received. Most comments were
already addressed by previous doc updates.
1 parent d0c1769 commit 65aed07

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/src/sgml/jdbc.sgml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.33 2001/11/27 13:02:33 ishii Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.34 2001/11/29 05:35:51 barry Exp $
33
-->
44

55
<chapter id="jdbc">
@@ -516,6 +516,17 @@ st.close();
516516
automatically.
517517
</para>
518518
</listitem>
519+
520+
<listitem>
521+
<para>
522+
<classname>ResultSet</classname> is currently read only.
523+
You can not update data through the <classname>ResultSet</classname>.
524+
If you want to update data you need to do it the old fashioned way
525+
by issuing a <acronym>SQL</acronym> update statement. This is
526+
in conformance with the <acronym>JDBC</acronym> specification
527+
which does not require drivers to provide this functionality.
528+
</para>
529+
</listitem>
519530
</itemizedlist>
520531
</para>
521532
</sect2>

0 commit comments

Comments
 (0)