Re: Testing JDBC Prepared Statements

From: Daniel Migowski <dmigowski(at)ikoffice(dot)de>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Testing JDBC Prepared Statements
Date: 2008-05-15 12:09:17
Message-ID: 482C27ED.2020403@ikoffice.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Kris Jurka schrieb:
<blockquote cite="mid:Pine(dot)BSO(dot)4(dot)64(dot)0805141301410(dot)24785(at)leary(dot)csoft(dot)net"
type="cite">On Wed, 14 May 2008, Daniel Migowski wrote:
<br>
<blockquote type="cite">Is it possible with the PostgreSQL JDBC
driver (leaving the JDBC API space is allowed) to serverside prepare a
statement without executing it?
<br>
</blockquote>
PreparedStatement.getParameterMetaData will prepare a statement without
executing it.
<br>
</blockquote>
Thank you. I also already helped me with something like
statement.executeQuery("PREPARY test AS "+myQueryToTest), but your
variant does apropriate query parsing, which seem better.<br>
<br>
With best regards,<br>
Daniel Migowski<br>
<br>
<br>
<div class="moz-signature">-- <br>
<pre> |&macr;&macr;|&macr;&macr;| <b>IKOffice GmbH Daniel Migowski</b>
| | |/| Mail: <a
href="mailto:dmigowski(at)ikoffice(dot)de">dmigowski(at)ikoffice(dot)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>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 1.4 KB

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Daniel Migowski 2008-05-18 03:54:17 SET client_encoding = 'UTF8'
Previous Message Achilleas Mantzios 2008-05-15 06:44:54 Re: scrollable ResultSet advise