+ With JDBC, you can easily execute several statements at once using the addBatch() method. Essentially, there are two modes in JDBC +
+ ++ In code, this looks like the following snippet: +
++ jOOQ supports executing queries in batch mode as follows: +
+ +