I am using jOOQ’s awesome runtime schema mapping <https://www.jooq.org/doc/3.8/manual/sql-building/dsl-context/runtime-schema-mapping/> feature, and I have a use case where I need to drop into raw SQL to hit the MySQL INFORMATION_SCHEMA table on a runtime-mapped table. I don’t see a way in the API to query the actual schema/table name for a given table. Any chance I’m missing something in the API here? I can temporarily workaround by pattern matching on the generated sql from context.selectFrom(table).getQuery().getSQL(); but that’s very brittle!
-- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
