Escaping SQL using the Postgresql JDBC driver - Mailing list pgsql-interfaces

From Arsalan Zaidi
Subject Escaping SQL using the Postgresql JDBC driver
Date
Msg-id 009f01c10076$49b00d60$4301a8c0@directi.com
Whole thread Raw
List 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







pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: JDBC- need to compile postgresql
Next
From: Stephan Szabo
Date:
Subject: Re: [SQL] distinguishing different database connections