Module org.jooq
Package org.jooq.impl

Interface QOM.ToDate

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

public static interface QOM.ToDate extends Field<Date>
The TO DATE function.

Parse a string-formatted date value to a date.

  • Method Details

    • $value

      @NotNull @NotNull Field<String> $value()
      The formatted DATE value.
    • $formatMask

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

      @NotNull @NotNull QOM.ToDate $value(Field<String> value)
      The formatted DATE value.
    • $formatMask

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