From: Barry Lind Date: Thu, 7 Aug 2003 05:06:40 +0000 (+0000) Subject: markup fixes X-Git-Tag: REL7_4_BETA2~159 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c6d5495b9b9da309fb6c252f50c884399beba65;p=postgresql markup fixes --- diff --git a/doc/src/sgml/jdbc.sgml b/doc/src/sgml/jdbc.sgml index 6e70134574..a577398bbb 100644 --- a/doc/src/sgml/jdbc.sgml +++ b/doc/src/sgml/jdbc.sgml @@ -1,5 +1,5 @@ @@ -365,7 +365,7 @@ st.close(); - + Getting results based on a cursor By default the driver collects all the results for the @@ -407,7 +407,8 @@ rs.close(); st.close(); - + + Using the <classname>Statement</classname> or <classname>PreparedStatement</classname> Interface @@ -607,7 +608,7 @@ upperProc.close(); When calling a function that returns a refcursor you must cast the return type - of getObject to + of getObject to a ResultSet