| От | Peter T Mount |
|---|---|
| Тема | Re: jdbc driver Multiple Resultsets |
| Дата | |
| Msg-id | 987520650.3adc5e8a4292a@webmail.retep.org.uk обсуждение исходный текст |
| Ответ на | jdbc driver Multiple Resultsets ("Rajesh Balla" <bnrajesh@lycos.com>) |
| Список | pgsql-jdbc |
Quoting Rajesh Balla <bnrajesh@lycos.com>:
> Does the jdbc driver really support Multiple Resultsets?
> If not, does the backend return multiple resultsets(for more than one
> query concatenated together)?
The driver has had the capability for years. However the backend doesn't
support this (AFAIK).
> ie., For a query like
> ResultSet rs = stmt.executeQuery("select * from table1; select *
> from table2;");
This isn't proper JDBC. Multiple ResultSet's is where a stored procedure
returns them, not multiple queries.
Peter
--
Peter Mount peter@retep.org.uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/
В списке pgsql-jdbc по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера