JSQL and postgre 8.1

From: Marcin Zuba <strannik(at)o2(dot)pl>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: JSQL and postgre 8.1
Date: 2007-01-08 21:48:15
Message-ID: 60e7d417.7ef540f3.45a2bc1f.72363@o2.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Is it possible in Postgre 8.1 to run jsql select statement with the #sql prefix (without initializing instances of such classes like PreperedStatement or ResultSet) ? If so what java packages do I need to do this ?
Thanks in advance for answers.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Arindam 2007-01-09 13:18:24 JDBC driver compilation issues
Previous Message Tom Lane 2007-01-08 17:28:45 Re: Support for DatabaseMetadata: getCatalogName, getTableName,