Re: set constraints deferred

From: Kris Jurka <books(at)ejurka(dot)com>
To: Matthew Lunnon <mlunnon(at)rwa-net(dot)co(dot)uk>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: set constraints deferred
Date: 2005-08-31 17:32:44
Message-ID: Pine.BSO.4.62.0508311229520.26999@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Clemens Eisserer 2005-08-31 18:35:17 Re: NullPointerException when calling ResultSet.absolute(int)
Previous Message Matthew Lunnon 2005-08-31 12:02:40 set constraints deferred