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

Commit9c6d549

Browse files
author
Barry Lind
committed
markup fixes
1 parent042221d commit9c6d549

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎doc/src/sgml/jdbc.sgml

Lines changed: 5 additions & 4 deletions
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.46 2003/08/06 23:50:19 barry Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.47 2003/08/07 05:06:40 barry Exp $
33
-->
44

55
<chapter id="jdbc">
@@ -365,7 +365,7 @@ st.close();
365365
</para>
366366
</example>
367367

368-
<sect2 id="query-with-cursor">
368+
<sect2 id="jdbc-query-with-cursor">
369369
<title>Getting results based on a cursor</title>
370370

371371
<para>By default the driver collects all the results for the
@@ -407,7 +407,8 @@ rs.close();
407407
st.close();
408408
</programlisting>
409409
</para>
410-
410+
</example>
411+
</sect2>
411412

412413
<sect2>
413414
<title>Using the <classname>Statement</classname> or <classname>PreparedStatement</classname> Interface</title>
@@ -607,7 +608,7 @@ upperProc.close();
607608

608609
<para>When calling a function that returns
609610
a <type>refcursor</type> you must cast the return type
610-
of<methodname>getObject</methodname> to
611+
of getObject to
611612
a <classname>ResultSet</classname></para>
612613

613614
<programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp