+ Special care needs to be taken when using
+ All methods in the jOOQ API that allow for plain (unescaped, untreated) SQL contain a warning message in their relevant Javadoc, to remind you of the risk of SQL injection in what is otherwise a SQL-injection-safe API. +
+
+ A
+ Both of these methods are contained in jOOQ's internal API's
+ A simple example can be provided by checking out jOOQ's internal representation of a (simplified)
+ This is how jOOQ implements such a condition: +
+ +
+ The following sections explain some more details about