1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

markup fixes

This commit is contained in:
Barry Lind
2003-08-07 05:06:40 +00:00
parent 042221db83
commit 9c6d5495b9

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.46 2003/08/06 23:50:19 barry Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/jdbc.sgml,v 1.47 2003/08/07 05:06:40 barry Exp $
--> -->
<chapter id="jdbc"> <chapter id="jdbc">
@ -365,7 +365,7 @@ st.close();
</para> </para>
</example> </example>
<sect2 id="query-with-cursor"> <sect2 id="jdbc-query-with-cursor">
<title>Getting results based on a cursor</title> <title>Getting results based on a cursor</title>
<para>By default the driver collects all the results for the <para>By default the driver collects all the results for the
@ -407,7 +407,8 @@ rs.close();
st.close(); st.close();
</programlisting> </programlisting>
</para> </para>
</example>
</sect2>
<sect2> <sect2>
<title>Using the <classname>Statement</classname> or <classname>PreparedStatement</classname> Interface</title> <title>Using the <classname>Statement</classname> or <classname>PreparedStatement</classname> Interface</title>
@ -607,7 +608,7 @@ upperProc.close();
<para>When calling a function that returns <para>When calling a function that returns
a <type>refcursor</type> you must cast the return type a <type>refcursor</type> you must cast the return type
of <methodname>getObject</methodname> to of getObject to
a <classname>ResultSet</classname></para> a <classname>ResultSet</classname></para>
<programlisting> <programlisting>