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

From Kris Jurka
Subject Re: Testing JDBC Prepared Statements
Date
Msg-id Pine.BSO.4.64.0805141301410.24785@leary.csoft.net
Whole thread Raw
In response to Testing JDBC Prepared Statements  (Daniel Migowski <dmigowski@ikoffice.de>)
Responses Re: Testing JDBC Prepared Statements  (Daniel Migowski <dmigowski@ikoffice.de>)
List 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

pgsql-jdbc by date:

Previous
From: Daniel Migowski
Date:
Subject: Testing JDBC Prepared Statements
Next
From: Arie Ozarov
Date:
Subject: Not fetching the entire result set when using holdable cursors