Retrieval of primary key fields in DB/2
Brought to you by:
jlessner
On DB/2 the entity generator doesn't find out about the
primary key fields of a table. This is due to a weakness
in the bundled JDBC drivers for DB/2. The retrieval could
alternatively be achieved using
DatabaseMetaData.getIndexInfo.