Module org.jooq
Package org.jooq.impl

Interface QOM.IsJson

  • All Superinterfaces:
    Condition, QueryPart, Serializable
    Enclosing class:
    QOM

    public static interface QOM.IsJson
    extends Condition
    The IS JSON operator.

    Create a condition to check if this field contains JSON data.

    • Method Detail

      • $field

        @NotNull
        default @NotNull Field<?> $field()
      • $arg1

        Q1 $arg1()
      • $arg1

        @NotNull
        default R $arg1​(Q1 newArg1)
      • constructor

        @NotNull
        @NotNull Function1<? super Q1,​? extends R> constructor()