Module org.jooq
Package org.jooq.impl

Interface QOM.ToChar

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

public static interface QOM.ToChar extends Field<String>
The TO CHAR function.

Format an arbitrary value as a string.

  • Method Details

    • $value

      @NotNull @NotNull Field<?> $value()
      The value to be formatted.
    • $formatMask

      @Nullable @Nullable Field<String> $formatMask()
      The vendor-specific formatting string.
    • $value

      @NotNull @NotNull QOM.ToChar $value(Field<?> value)
      The value to be formatted.
    • $formatMask

      @NotNull @NotNull QOM.ToChar $formatMask(Field<String> formatMask)
      The vendor-specific formatting string.