Hello,

#2299 is implemented in jOOQ 3.1 with this commit [1]

ResultQuery now supports methods to influence resultSetConcurrency,
resultSetType, and resultSetHoldability for ResultSets created by jOOQ.
This is immediately useful for:

- ResultQuery.fetchResultSet()
- Cursor.resultSet()
- ExecuteContext.resultSet()

It might eventually be useful also for features #1846 [2] and #2265 [3],
which are hopefully going to be implemented in jOOQ 3.1 as well. These
features will allow for "updatable" org.jooq.Record and org.jooq.Result
objects, where jOOQ Records hold a reference to the original JDBC
ResultSet, streaming value changes directly to the database.

Cheers
Lukas

[1]:
https://github.com/jOOQ/jOOQ/commit/a8def97d1ee8d36e28222e6029de9a9234b880fe
[2]: https://github.com/jOOQ/jOOQ/issues/1846
[3]: https://github.com/jOOQ/jOOQ/issues/2265


2013/3/2 Kent Smotherman <[email protected]>

> I'm using jOOQ 3, and I couldn't find a way of setting these parms. I
> ended up just modifying AbstractResultQuery.java in the jOOQ source for now
> to set these as the defaults so I could keep making progress in my project.
> But did I just miss how to set these parms the right way?
>
> Thanks!
>
> Kent
>
> --
> 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.
>
>
>

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


Reply via email to