Re: [JDBC] Check constraint metadata
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
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
Received on Sun Jan 6 22:06:01 2008
This archive was generated by hypermail 2.1.8
: Wed Jun 18 2008 - 23:42:05 EDT
|