Re: [SQL] extracting constraints from schema

2003-02-02 Thread Tomasz Myrta
Agnieszka Rutkowska wrote: Hi, I was just wondering whether you happen to know how to extract what the table and column constraints are using jdbc? The API provides methods for extracting meta data on the table names, column names, primary and foreigh keys as well as column types and sizes. What

[SQL] extracting constraints from schema

2003-02-01 Thread Agnieszka Rutkowska
Hi, I was just wondering whether you happen to know how to extract what the table and column constraints are using jdbc? The API provides methods for extracting meta data on the table names, column names, primary and foreigh keys as well as column types and sizes. What about extracting constraints