prepareStatement()

From: Michael Allman <msa(at)allman(dot)ms>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: prepareStatement()
Date: 2005-07-22 06:40:43
Message-ID: 20050722023608.I29135@yvyyl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Does Postgres's JDBC Connection#prepareStatement(String) method support
queries that can't be prepared by the backend? (Namely those that are not
of the SELECT, INSERT, UPDATE, or DELETE variety?)

Michael

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Heikki Linnakangas 2005-07-22 06:54:10 Re: jdbc xa support
Previous Message Michael Allman 2005-07-22 06:25:47 Re: jdbc xa support