> > the ExecuteListener would activate your MockConnection if needed. >
How would this work? A MockConnection is registered when the DSLContext object is created, so how would you activate it through a listener? The VisitListener could be used to extract tables from a query > I was thinking about this. But a VisitListener can't distinguish between reads and writes, and a ExecuteListener can, but it can't extract tables. How could I have them communicate? Anyways, thanks for the help! I'll continue thinking about your suggestions and working on this. -- 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.
