Escaping SQL using the Postgresql JDBC driver

From: "Arsalan Zaidi" <azaidi(at)directi(dot)com>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: Escaping SQL using the Postgresql JDBC driver
Date: 2001-06-29 08:34:11
Message-ID: 009f01c10076$49b00d60$4301a8c0@directi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi.

It seems that the Postgres JDBC drivers don't implement the method
Statement.setEscapeProcessing(). All it contains is one return statement!!!

I desperately need to escape all queries coming into my sustem and I can't
use prepared statements. What am I to do?

Any suggestions?

--Arsalan

Browse pgsql-interfaces by date

  From Date Subject
Next Message Arsalan Zaidi 2001-06-30 10:50:10 New code for JDBC driver
Previous Message Bruce Momjian 2001-06-28 19:44:48 Re: JDBC- need to compile postgresql