Re: Testing JDBC Prepared Statements

From: Kris Jurka <books(at)ejurka(dot)com>
To: Daniel Migowski <dmigowski(at)ikoffice(dot)de>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Testing JDBC Prepared Statements
Date: 2008-05-14 17:02:45
Message-ID: Pine.BSO.4.64.0805141301410.24785@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 14 May 2008, Daniel Migowski wrote:

> Is it possible with the PostgreSQL JDBC driver (leaving the JDBC API
> space is allowed) to serverside prepare a statement without executing
> it?

PreparedStatement.getParameterMetaData will prepare a statement without
executing it.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Arie Ozarov 2008-05-14 18:26:11 Not fetching the entire result set when using holdable cursors
Previous Message Daniel Migowski 2008-05-14 14:44:59 Testing JDBC Prepared Statements