About

Tuesday, March 1, 2022

How to Fetch Sequence Values with jOOQ

A lot of RDBMS support standard SQL sequences of some form. The standard SQL syntax to create a sequence is: The following is how you could fetch a value from this sequence, using jOOQ, assuming you’re using the code generator: The sequence expression translates to a variety of dialects: You can also embed the S.nextval() … Continue reading How to Fetch Sequence Values with jOOQ

from Java, SQL and jOOQ. https://ift.tt/4KDW0fq
via IFTTT

No comments:

Post a Comment