Module org.jooq
Package org.jooq

Interface JSONExistsOnStep

All Superinterfaces:
Condition, QueryPart, Serializable

public interface JSONExistsOnStep extends Condition
A step in the construction of DSL.jsonExists(Field, Field) or DSL.jsonbExists(Field, Field) functions where the ON ERROR clause can be defined.
Author:
Lukas Eder