Re: [INTERFACES] Q on JDBC's resultset

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Greg Speegle <Greg(at)10happythings(dot)com>
Cc: Peter T Mount <peter(at)retep(dot)org(dot)uk>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [INTERFACES] Q on JDBC's resultset
Date: 2001-02-07 08:48:08
Message-ID: 981535688.3a810bc8a36da@webmail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-jdbc

Quoting Greg Speegle <Greg(at)10happythings(dot)com>:

>
>
> Peter T Mount wrote:
>
> > 7.1 has the beginings of an UpdateableResultSet. When I can work out
> how to
> > solve a few fundamental problems it shouldn't take long.
> >
> > Here's a few questions for people to see if they can figure it out:
> >
> > * How to detect what table a column belongs so. Required if the query
> was a
> > join of 2 or more tables.
>
> As I understand the JDBC spec, you are not supposed to be able to
> update
> through a ResultSet unless several criteria are met by the query,
> including that the
>
> query is over exactly one table (to avoid problems like these). I don't
> recall if
> the other cases are also prohibited, but that would make the problem
> easier.

Yes it would make it easier. The problem I have is how to detect when it's just
a single table.

Peter

--
Peter Mount peter(at)retep(dot)org(dot)uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jan Wieck 2001-02-07 10:06:11 Re: Postgres and Oracle differences and questions
Previous Message vanam vishnuvardhan 2001-02-07 07:59:11

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter T Mount 2001-02-07 09:02:20 Re: 7.1beta4 jdbc problem on freebsd 4.2 with JSDK 1.1.8.
Previous Message Peter T Mount 2001-02-07 08:40:29 Re: Re: [ADMIN]