> How to find with DatabaseMetaData the check constraints on a table ?
>
> ALTER TABLE T_DISTAN ADD CONSTRAINT CHECK_DISTAN_PDL1_PDL2
> CHECK (NO_PDL1 != NO_PDL2);
>
> I can find FOREIGN KEY, UNIQUE AND PRIMARY KEY
Sorry, DatabaseMetaData doesn't support retrieval of CHECK constraints. You'll need to
use capabilities native to your DBMS for retrieving this information from the catalog.

Signature
Lee Fesperman, FFE Software, Inc. (http://www.firstsql.com)
==============================================================
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)