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