[jOOQ/jOOQ#12425] Various fixes
- The MNull statement isn't commercial only
This commit is contained in:
parent
e8ee9b1b7b
commit
b91e9235b3
@ -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;
|
||||
|
||||
/**
|
||||
|
||||
@ -396,8 +396,7 @@ public final class QOM {
|
||||
public interface MBlock extends MQueryPart {
|
||||
@NotNull MList<? extends MStatement> $statements();
|
||||
}
|
||||
|
||||
|
||||
public interface MNull extends MStatement {}
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user