JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.jooq.impl.QOM.CombinedCondition
Packages that use
QOM.CombinedCondition
Package
Description
org.jooq.impl
This package contains jOOQ's implementation classes.
Uses of
QOM.CombinedCondition
in
org.jooq.impl
Subinterfaces of
QOM.CombinedCondition
in
org.jooq.impl
Modifier and Type
Interface
Description
static interface
QOM.And
The
AND
operator.
static interface
QOM.Or
The
OR
operator.