Re: autocommit and stored procedures - Mailing list pgsql-jdbc

From roehm@it.usyd.edu.au
Subject Re: autocommit and stored procedures
Date
Msg-id 6352578F-9061-43A4-81DE-9D2B42C5C115@it.usyd.edu.au
Whole thread Raw
In response to Re: autocommit and stored procedures  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
On 16 Aug 2007, at 17:44, Oliver Jowett wrote:

> roehm@it.usyd.edu.au wrote:
>
>>> See the javadoc for Connection.setAutoCommit():
>>>
>> That's your documentation and not necessarily the JDBC
>> specification ;-)
>
> Err I am talking about:
>
> http://java.sun.com/j2se/1.5.0/docs/api/java/sql/
> Connection.html#setAutoCommit()
>
> which certainly is part of the JDBC specification.
>
> -O

Thanks, that's better - the documentation of Sun's reference
implementation.

Btw: The actual JDBC specification can be downlaoded from here:
http://java.sun.com/products/jdbc/download.html#corespec30

In Chapter 10.1, it seems to define the autocommit behaviour as
discussed so far
(commit outside the stored procedure after all of its results have
been received).

Uwe

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: autocommit and stored procedures
Next
From: "Albe Laurenz"
Date:
Subject: Re: autocommit and stored procedures