Обсуждение: set constraints deferred

Поиск
Список
Период
Сортировка

set constraints deferred

От
Matthew Lunnon
Дата:
Hi everyone,

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.

Thanks for your help
Matthew.

Re: set constraints deferred

От
Kris Jurka
Дата:

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