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