Name: bsT130419 Date: 10/05/2001
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_01)
Java HotSpot(TM) Client VM (build 1.3.0_01, mixed mode)
What i think is missing from DatabaseMetaDAta is such a method
getCheckConstraint(Catalog, Schema, Table, Column) or
getCheckConstraint(Catalog, Schema, Table)
which can return the check constraints defined for some columns (e.g. CHECK SEX
IN ('m', 'w') when creating a table). This is about the only meta data I can
find that is missing. I know ODBC doesn't support this, but does that mean Jdbc
can have this problem as well?
(Review ID: 133223)
======================================================================
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_01)
Java HotSpot(TM) Client VM (build 1.3.0_01, mixed mode)
What i think is missing from DatabaseMetaDAta is such a method
getCheckConstraint(Catalog, Schema, Table, Column) or
getCheckConstraint(Catalog, Schema, Table)
which can return the check constraints defined for some columns (e.g. CHECK SEX
IN ('m', 'w') when creating a table). This is about the only meta data I can
find that is missing. I know ODBC doesn't support this, but does that mean Jdbc
can have this problem as well?
(Review ID: 133223)
======================================================================