Module org.jooq
Package org.jooq.impl

Interface QOM.Nullif<T>

All Superinterfaces:
Field<T>, FieldOrConstraint, FieldOrRow, GroupField, Named, OrderField<T>, QueryPart, SelectField<T>, SelectFieldOrAsterisk, Serializable, Typed<T>
Enclosing class:
QOM

public static interface QOM.Nullif<T> extends Field<T>
The NULLIF function.
  • Method Details

    • $value

      @NotNull @NotNull Field<T> $value()
      The result value if the other value is not equal.
    • $other

      @NotNull @NotNull Field<T> $other()
      The value to compare the result value with.
    • $value

      @NotNull @NotNull QOM.Nullif<T> $value(Field<T> value)
      The result value if the other value is not equal.
    • $other

      @NotNull @NotNull QOM.Nullif<T> $other(Field<T> other)
      The value to compare the result value with.