Re: Check constraint metadata - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Check constraint metadata
Date
Msg-id Pine.BSO.4.64.0801062156030.9644@leary.csoft.net
Whole thread Raw
In response to Check constraint metadata  (Roy Smith <roy.smith@primetext.com>)
List 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 by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Batch Update problem
Next
From: Kris Jurka
Date:
Subject: Re: Patch for Statement.getGeneratedKeys()