From 9c6d5495b9b9da309fb6c252f50c884399beba65 Mon Sep 17 00:00:00 2001 From: Barry Lind Date: Thu, 7 Aug 2003 05:06:40 +0000 Subject: [PATCH] markup fixes --- doc/src/sgml/jdbc.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.11.0