Re: Testing JDBC Prepared Statements - Mailing list pgsql-jdbc

From Daniel Migowski
Subject Re: Testing JDBC Prepared Statements
Date
Msg-id 482C27ED.2020403@ikoffice.de
Whole thread Raw
In response to Re: Testing JDBC Prepared Statements  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Kris Jurka schrieb: <blockquote cite="mid:Pine.BSO.4.64.0805141301410.24785@leary.csoft.net" type="cite">On Wed, 14
May2008, Daniel Migowski wrote: <br /><blockquote type="cite">Is it possible with the PostgreSQL JDBC driver (leaving
theJDBC API space is allowed) to serverside prepare a statement without executing it? <br /></blockquote>
PreparedStatement.getParameterMetaDatawill prepare a statement without executing it. <br /></blockquote> Thank you. I
alsoalready helped me with something like statement.executeQuery("PREPARY test AS "+myQueryToTest), but your variant
doesapropriate query parsing, which seem better.<br /><br /> With best regards,<br /> Daniel Migowski<br /><br /><br
/><divclass="moz-signature">-- <br /><pre> |¯¯|¯¯|    <b>IKOffice GmbH             Daniel Migowski</b>|  |  |/|
                  Mail: <a href="mailto:dmigowski@ikoffice.de">dmigowski@ikoffice.de</a>|  | // |  Nordstr. 10
    Tel.: 0441 21 98 89 52|  | \\ |  26135 Oldenburg           Fax.: 0441 21 98 89 55|__|__|\|  <a
href="http://www.ikoffice.de">http://www.ikoffice.de</a>   Mob.: 0176 22 31 20 76</pre></div> 

pgsql-jdbc by date:

Previous
From: Achilleas Mantzios
Date:
Subject: Re: scrollable ResultSet advise
Next
From: Daniel Migowski
Date:
Subject: SET client_encoding = 'UTF8'