> just tested your solution and it works like expected. Great!
> It might be useful to add this line of code to the documentation :D This particular method was added to the public API as a measure of making jOOQ's API more regular, according to the rules mentioned here: blog.jooq.org/2013/03/30/how-to-design-a-good-regular-api Exposing such methods in the external API also helps adding more coherence in jOOQ's internals by establishing stronger contracts on its participants (Cursor, Field, DataType). Being useful to you as a user was just a "side-effect" in this case :-) Anyway, I guess that it wouldn't hurt to add some more examples to these sections here: - http://www.jooq.org/doc/3.0/manual/sql-execution/fetching - http://www.jooq.org/doc/3.0/manual/sql-execution/fetching/resultset-fetching To help me understand how I could improve the documentation: How did you discover the fetchLazy(ResultSet) method? Through the manual? Through the Javadoc? Or through playing around with the API? Cheers Lukas -- 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/groups/opt_out.
