Re: set constraints deferred - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: set constraints deferred
Date
Msg-id Pine.BSO.4.62.0508311229520.26999@leary.csoft.net
Whole thread Raw
In response to set constraints deferred  (Matthew Lunnon <mlunnon@rwa-net.co.uk>)
List pgsql-jdbc

On Wed, 31 Aug 2005, Matthew Lunnon wrote:

> I apologise if this has been gone over before, I have searched the archives
> and web but not found anything.  I am trying to call "set constraints
> deferred" through jdbc, is this possible and if so how do I do it.
>

Using Statement.execute(String) allows you to send pretty much any
command you want to the backend.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Matthew Lunnon
Date:
Subject: set constraints deferred
Next
From: Clemens Eisserer
Date:
Subject: Re: NullPointerException when calling ResultSet.absolute(int)