> On the Schema implementation that is generated, I can see a > "getTables()" method. This allows me to go one level down, but then I > cannot see a "getColumns()" methods. I am missing something?
Try getFields(). It is inherited from org.jooq.FieldProvider.
