How to Fetch Sequence Values with jOOQ – Java, SQL and 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, ...