JDBC: setTransactionIsolation?

From: Greg Speegle <Greg(at)10happythings(dot)com>
To: pgsql-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: JDBC: setTransactionIsolation?
Date: 2000-11-13 16:07:38
Message-ID: 3A1011CA.B3BBDC9A@10happythings.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


It appears that the setTransactionIsolation method in the
Connection class will allow you to set
whatever isolation you want, but it always leaves it at
READ_COMMITTED.

First, is there something I'm missing about this? Can I set
the isolation level to something else?

Second, if not, shouldn't the driver throw an exception so
that the programmer will know there
is a problem?

Thanks,
Greg Speegle
Baylor University

Browse pgsql-interfaces by date

  From Date Subject
Next Message Adam Lang 2000-11-13 16:15:53 OLE DB
Previous Message Tom Lane 2000-11-13 15:59:20 Re: wrong documentation and others .....