projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
042221d
)
markup fixes
author
Barry Lind
Thu, 7 Aug 2003 05:06:40 +0000
(
05:06
+0000)
committer
Barry Lind
Thu, 7 Aug 2003 05:06:40 +0000
(
05:06
+0000)
doc/src/sgml/jdbc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/jdbc.sgml
b/doc/src/sgml/jdbc.sgml
index 6e701345746a5cdb8b79e4aa93aa1034d5022fb6..a577398bbb43fb435e7e649a0dee660e328e530a 100644
(file)
--- a/
doc/src/sgml/jdbc.sgml
+++ b/
doc/src/sgml/jdbc.sgml
@@
-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
Statement
or
PreparedStatement
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