SQL building in Kotlin
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
jOOQ-kotlin
is a maven module used for leveraging some advanced Kotlin features for those users that wish to use jOOQ with Kotlin.
You can integrate it using the following dependency:
<dependency> <!-- Use org.jooq for the Open Source Edition org.jooq.pro for commercial editions with Java 17 support, org.jooq.pro-java-11 for commercial editions with Java 11 support, org.jooq.pro-java-8 for commercial editions with Java 8 support, org.jooq.trial for the free trial edition with Java 17 support, org.jooq.trial-java-11 for the free trial edition with Java 11 support, org.jooq.trial-java-8 for the free trial edition with Java 8 support Note: Only the Open Source Edition is hosted on Maven Central. Import the others manually from your distribution --> <groupId>org.jooq</groupId> <artifactId>jooq-kotlin</artifactId> <version>3.18.4</version> </dependency>
The following sections highlight a few useful extensions from that module.
Note that even without that module, you can take advantage of a lot of kotlin language features using vanilla jOOQ API, which has been designed with a strong kotlin focus, in mind. For more details, see this blog post.
Table of contents
- 4.27.1.
- Kotlin MULTISET Collectors
- 4.27.2.
- Kotlin ResultQuery Collectors (new)
- 4.27.3.
- Kotlin BOOLEAN value expressions
- 4.27.4.
- Kotlin ARRAY access
- 4.27.5.
- Kotlin JSON access (new)
- 4.27.6.
- Kotlin coroutine support
previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!