Results 1 to 1 of 1
Thread: jOOQ 1.6.8
- 10-23-2011, 06:08 PM #1
Senior Member
- Join Date
- Sep 2011
- Posts
- 1,486
- Rep Power
- 3
jOOQ 1.6.8
jOOQ effectively combines complex SQL, type safety, source code generation, active records, stored procedures, advanced data types, and Java in a fluent, intuitive DSL.
Changes
The main improvement in this release is the redesign of the stored procedure/function API. With 12 supported RDBMS, which all have their own idea about what is a stored procedure and what is a stored function, it has proven to be a better design to unite them in one single type, org.jooq.Routine. A routine can have a return value as well as OUT parameters. It can be embedded in SQL and used as a field or a table.
URL: jOOQ - jOOQ : A peace treaty between SQL and Java
Similar Threads
-
jOOQ 1.6.7
By java software in forum Java SoftwareReplies: 0Last Post: 09-26-2011, 06:58 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks