But for this I need to create the whole new Schema / SchemaImp object with the name I need, right? And that's a little overkill, I think. I don't need even USE statement actually, because default database / schema is set by JDBC from connection string.
Also, if you add mapping like this: mapping.add(Distribucalc.DISTRIBUCALC, 'distribucalc'); Jooq silently hangs. Infinite cycle, I believe. Because Distribucalc.DISTRIBUCALC is named 'distribucalc' also.
