This documentation is for the unreleased development version of jOOQ. Click on the above version links to get this documentation for a supported version of jOOQ.
Transactional statements
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
In addition to using the transaction management API, which wraps JDBC or R2DBC transaction calls, it is possible to run explicit transactional statements directly as jOOQ org.jooq.Query
:
- Either by executing the
org.jooq.Query
- Or by embedding it in a
procedural statement
, such as e.g. a procedural block
All the standard SQL transactional statements are supported:
Feedback
Do you have any feedback about this page? We'd love to hear it!