Hi all, I would like to know the difference between defining a fetch size on fetchLazy (when declaring the cursor) ( org.jooq.ResultQuery.fetchLazy(int fetchSize) ) and on the fetch statement itself (when retrieving values) Result<Record> org.jooq.Cursor.fetch(int number) throws DataAccessException.
How these relate to each other? Does the value on fetch override the value declared on fetchLazy (when declaring the cursor)? Thank you -- 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.
