4 thoughts on “jOOQ Tip of the Day: Discover all Primary Keys

  1. would be nice if this can also be done for table.getIdentity() and runtime meta data. I would like to check which fields provide an autogenerated-id

      1. thank, i have another one ;-)

        it would also be nice to be able to use “table.field(xy).getDataType().nullable()” to check which fields are nullable while working with runtime meta data.. At the moment this always seems to return “true” for runtime meta data.

        Tested with jooq-3.6.2

Leave a Reply