UpdateableResultSets and concurrency. - Mailing list pgsql-jdbc

From Ola Sundell
Subject UpdateableResultSets and concurrency.
Date
Msg-id Pine.LNX.4.21.0106271555440.26183-100000@miranda.org
Whole thread Raw
In response to RE: Todo/missing?  ("Dave Cramer" <Dave@micro-automation.net>)
Responses Re: UpdateableResultSets and concurrency.
List pgsql-jdbc
On Tue, 26 Jun 2001, Dave Cramer wrote:

> Ola,
>
> How are you planning on determining if the underlying data has been
> changed by some other process? There is a system column called xmin
> which can be used, however you will have to add it to the select.
>
> Dave

At first, I will let the backend handle any and all problems that might
occur. I will simply forward any exceptions I get, and let the overlying
code handle the problems. I checked the MySQL driver, and that is how they
are doing it.

I wonder how it works with non-free databases. Does anyone here know?

Ola

--
Ola Sundell
ola@miranda.org - olas@wiw.org - ola.sundell@upright.se
http://miranda.org/~ola



pgsql-jdbc by date:

Previous
From: jason@netspade.com
Date:
Subject: Re: DatabaseMetaData.getCatalogs()
Next
From: Peter Eisentraut
Date:
Subject: To do list for DatabaseMetaData