Re: Check constraint metadata

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Check constraint metadata
Дата
Msg-id Pine.BSO.4.64.0801062156030.9644@leary.csoft.net
обсуждение исходный текст
Ответ на Check constraint metadata  (Roy Smith <roy.smith@primetext.com>)
Список pgsql-jdbc

On Sat, 5 Jan 2008, Roy Smith wrote:

> I can't see any custom extensions to extract check constraints - are there
> any?
>

No, currently there's no way of retrieving this information from the
driver.  I'm not sure how beneficial it would be because it's a
relatively simple query and the hard part is actually converting the check
to Java code.  What do you do with "CHECK (f(a) = 3)" ?

Kris Jurka

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Batch Update problem
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Patch for Statement.getGeneratedKeys()