Re: set constraints deferred

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: set constraints deferred
Дата
Msg-id Pine.BSO.4.62.0508311229520.26999@leary.csoft.net
обсуждение исходный текст
Ответ на set constraints deferred  (Matthew Lunnon <mlunnon@rwa-net.co.uk>)
Список 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 по дате отправления:

Предыдущее
От: Matthew Lunnon
Дата:
Сообщение: set constraints deferred
Следующее
От: Clemens Eisserer
Дата:
Сообщение: Re: NullPointerException when calling ResultSet.absolute(int)