accessing collumn in join ResultSet

From: Alex Dovlecel <dovle(at)kbs(dot)twi(dot)tudelft(dot)nl>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: accessing collumn in join ResultSet
Date: 2002-12-02 17:17:57
Message-ID: E18IuCj-0002f9-00@ford.kbs.twi.tudelft.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello again,

Just want to know, in order not to struggle again.

I jave a join query. Execute it, works fine, get the resultset.

The tables involved are X and Y, both of them have an Id field.

How can I access it from ResultSet? .getInt( "X.id" ) sais that there is no
field!!!

tx
dovle

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bruce Momjian 2002-12-02 18:03:48 Re: Measuring time of select query
Previous Message Dave Cramer 2002-12-02 16:54:49 Re: Updatable result sets