Module org.jooq
Package org.jooq.impl

Interface QOM.Return

All Superinterfaces:
QueryPart, Serializable, Statement
Enclosing class:
QOM

@Pro public static interface QOM.Return extends Statement
The RETURN_ function.
  • Method Details

    • $value

      @Nullable @Nullable Field<?> $value()
    • $value

      @NotNull @NotNull QOM.Return $value(Field<?> value)