Hi Dimple

I don't think there is a way to retrieve CHECK constraint info.
For this, you may have to directly query the Derby system catalogs. You
may have to join between constraints catalog with tables catalog and
pick out information you need.

Ramin

On 7/30/07, Dimple Bhatia <[EMAIL PROTECTED]> wrote:
> Hi,
> I see that Derby has implemented most methods in java.sql.DatabaseMetaData
> interface but I did not see any way to retrieve CHECK constraints from the
> database in java.sql.DatabaseMetaData. So How does an application retrieve
> CHECK constraints from Derby?
>
> Thanks
> Dimple
>

Reply via email to