Uses of Interface
org.jooq.JSONExistsOnStep
Packages that use JSONExistsOnStep
-
Uses of JSONExistsOnStep in org.jooq.impl
Methods in org.jooq.impl that return JSONExistsOnStepModifier and TypeMethodDescriptionstatic @NotNull JSONExistsOnStep
DSL.jsonbExists(Field<JSONB> field, String path)
The JSONB exists predicate.static @NotNull JSONExistsOnStep
DSL.jsonbExists(Field<JSONB> field, Field<String> path)
The JSONB exists predicate.static @NotNull JSONExistsOnStep
DSL.jsonExists(Field<JSON> field, String path)
The JSON exists predicate.static @NotNull JSONExistsOnStep
DSL.jsonExists(Field<JSON> field, Field<String> path)
The JSON exists predicate.