Questión of JDBC - Mailing list pgsql-jdbc

From Miguel Angel .
Subject Questión of JDBC
Date
Msg-id BAY131-F38E41F69733A98E011F0CB90CB0@phx.gbl
Whole thread Raw
Responses Re: [JDBC] Questión of JDBC
List pgsql-jdbc
What so.
I am a programmer in java and I want to design a module that allows me to
read the consultations that I make within poststoneware without concerning
the amount of columns nor the name of the same ones.
So my question is:
Within the JDBC that class allows me to obtain this data of the
consultations that I make to the data base?

Something thus:
SELECT * FROM tableA INNER JOIN tableB USING(column);

columnA | columnB
------------------
10     |   20

I need this:

query
-------
columnA
columnB

This can be obtained by means of the JDBC?

_________________________________________________________________
Moda para esta temporada. Ponte al día de todas las tendencias.
http://www.msn.es/Mujer/moda/default.asp


pgsql-jdbc by date:

Previous
From: Giuseppe Sacco
Date:
Subject: Re: JDBC driver works in ccommand line, not in Tomcat5
Next
From: Kris Jurka
Date:
Subject: Re: JDBC driver works in ccommand line, not in Tomcat5