Re: question about AbstractJdbc2Statement

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: Luca Ferrari <fluca1978(at)infinito(dot)it>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: question about AbstractJdbc2Statement
Date: 2007-05-24 14:09:56
Message-ID: 4001.1180015796@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Oliver Jowett <oliver(at)opencloud(dot)com> writes:
> Luca Ferrari wrote:
>> Can somebody explain me when multiple
>> resultset can be returned from a query?

> stmt.execute("SELECT * FROM table1; SELECT * FROM table2");

Or stmt.execute("UPDATE foo SET ...") where foo has a couple of
ON UPDATE DO ALSO SELECT ... rules.

regards, tom lane

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Albe Laurenz 2007-05-25 06:31:58 Re: setting CLASSPATH of the jdbc jar file
Previous Message Leonel 2007-05-24 13:01:55 Re: setting CLASSPATH of the jdbc jar file