Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
65aed07d
Commit
65aed07d
authored
Nov 29, 2001
by
Barry Lind
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated jdbc docs to reflect the doc comments received. Most comments were
already addressed by previous doc updates.
parent
d0c1769b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
doc/src/sgml/jdbc.sgml
doc/src/sgml/jdbc.sgml
+12
-1
No files found.
doc/src/sgml/jdbc.sgml
View file @
65aed07d
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.3
3 2001/11/27 13:02:33 ishii
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.3
4 2001/11/29 05:35:51 barry
Exp $
-->
<chapter id="jdbc">
...
...
@@ -516,6 +516,17 @@ st.close();
automatically.
</para>
</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>
</para>
</sect2>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment