Re: question about AbstractJdbc2Statement - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: question about AbstractJdbc2Statement
Date
Msg-id 4001.1180015796@sss.pgh.pa.us
Whole thread Raw
In response to Re: question about AbstractJdbc2Statement  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Oliver Jowett <oliver@opencloud.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

pgsql-jdbc by date:

Previous
From: Leonel
Date:
Subject: Re: setting CLASSPATH of the jdbc jar file
Next
From: "Albe Laurenz"
Date:
Subject: Re: setting CLASSPATH of the jdbc jar file