> I need to query a row by PK. I'm not using UpdatableTable.getMainKey(). Is
> that the correct way to get the PK column(s)?

Yes, the "main key" corresponds to the primary key in jOOQ. If your
table doesn't have a primary key, then the main key is the first
encountered unique key, which can act as a primary key as well in most
databases.

Reply via email to