[jOOQ/jOOQ#16844] Add support for ST_Crosses and ST_IsEmpty

This commit is contained in:
Lukas Eder 2024-06-21 11:32:01 +02:00
parent 9ea22a633c
commit 02bb47216a
3 changed files with 40 additions and 0 deletions

View File

@ -27158,6 +27158,32 @@ public class DSL {

View File

@ -169,6 +169,13 @@ package org.jooq.impl;

View File

@ -153,6 +153,13 @@ package org.jooq.impl;