Module org.jooq
Package org.jooq.impl

Interface QOM.ToTimestamp

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

public static interface QOM.ToTimestamp extends Field<Timestamp>
The TO TIMESTAMP function.

Parse a string-formatted timestamp value to a timestamp.

  • Method Details

    • $value

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

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

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

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