mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Updated jdbc docs to reflect the doc comments received. Most comments were
already addressed by previous doc updates.
This commit is contained in:
parent
d0c1769b77
commit
65aed07d80
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.33 2001/11/27 13:02:33 ishii Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.34 2001/11/29 05:35:51 barry Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="jdbc">
|
<chapter id="jdbc">
|
||||||
@ -516,6 +516,17 @@ st.close();
|
|||||||
automatically.
|
automatically.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<classname>ResultSet</classname> is currently read only.
|
||||||
|
You can not update data through the <classname>ResultSet</classname>.
|
||||||
|
If you want to update data you need to do it the old fashioned way
|
||||||
|
by issuing a <acronym>SQL</acronym> update statement. This is
|
||||||
|
in conformance with the <acronym>JDBC</acronym> specification
|
||||||
|
which does not require drivers to provide this functionality.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user