We are considering the possibility of using jooq. Oracle database is used. 
If the procedure returns a Ref Cursor type, is it possible to fetch it 
lazily?
The problem is that jooq generates classes with such methods:
    org.jooq.Result <org.jooq.Record> getPResult ()
And as the documentation says - "jOOQ's results are simple in-memory Java 
java.util.List objects"

-- 
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.

Reply via email to