Обсуждение: Cursors and JDBC

Поиск
Список
Период
Сортировка

Cursors and JDBC

От
Travis Bauer
Дата:
Does the JDBC driver support the user of cursors in postgresql 7.0.2?

----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------


Re: Cursors and JDBC

От
"Peter Mount"
Дата:
Not directly (by methods), but you can use them as you would elsewhere.
Issue the relevent sql to declare the cursors, and fetch the results using
Statement.

Peter

--
Peter T Mount  peter@retep.org.uk, me@petermount.com
Homepage: http://www.retep.org.uk Contact details: http://petermount.com
PostgreSQL JDBC: http://www.retep.org.uk/postgres/
Java PDF Generator: http://www.retep.org.uk/pdf/
----- Original Message -----
From: "Travis Bauer" <trbauer@cs.indiana.edu>
To: <pgsql-general@postgresql.org>
Sent: Wednesday, August 30, 2000 2:52 PM
Subject: [GENERAL] Cursors and JDBC


> Does the JDBC driver support the user of cursors in postgresql 7.0.2?
>
> ----------------------------------------------------------------
> Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
> ----------------------------------------------------------------
>