Part 4: jOOQ and Advanced SQL
In this part, we will cover advanced SQL. This is where jOOQ feels like a fish in the water.
By the end of this part, you will know how to use jOOQ to exploit some of the most powerful SQL features, such as stored procedures, CTEs, window functions, and database views.
This part contains the following chapters:
- Chapter 13, Exploiting SQL Functions
- Chapter 14, Derived Tables, CTEs, and Views
- Chapter 15, Calling and Creating Stored Functions and Procedures
- Chapter 16, Tackling Aliases and SQL Templating
- Chapter 17, Multitenancy in jOOQ