- The MNull statement isn't commercial only
This commit is contained in:
Lukas Eder 2021-09-29 17:59:01 +02:00
parent e8ee9b1b7b
commit b91e9235b3
2 changed files with 2 additions and 3 deletions

View File

@ -46,7 +46,7 @@ import static org.jooq.impl.Keywords.K_IF;
import static org.jooq.impl.Keywords.K_NULL;
import org.jooq.Context;
// ...
import org.jooq.impl.QOM.MNull;
import org.jooq.impl.QOM.UEmpty;
/**

View File

@ -396,8 +396,7 @@ public final class QOM {
public interface MBlock extends MQueryPart {
@NotNull MList<? extends MStatement> $statements();
}
public interface MNull extends MStatement {}