markup fixes
authorBarry Lind
Thu, 7 Aug 2003 05:06:40 +0000 (05:06 +0000)
committerBarry Lind
Thu, 7 Aug 2003 05:06:40 +0000 (05:06 +0000)
doc/src/sgml/jdbc.sgml

index 6e701345746a5cdb8b79e4aa93aa1034d5022fb6..a577398bbb43fb435e7e649a0dee660e328e530a 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -365,7 +365,7 @@ st.close();
     
    
 
-   
+   jdbc-query-with-cursor">
      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