Uses of Interface
org.jooq.impl.QOM.CompareCondition
-
Uses of QOM.CompareCondition in org.jooq.impl
Modifier and TypeInterfaceDescriptionstatic interface
QOM.CompareCondition<T,
R extends QOM.CompareCondition<T, R>> Modifier and TypeInterfaceDescriptionstatic interface
QOM.Contains<T>
TheCONTAINS
operator.static interface
TheCONTAINS IGNORE CASE
operator.static interface
QOM.EndsWith<T>
TheENDS WITH
operator.static interface
TheENDS WITH IGNORE CASE
operator.static interface
QOM.Eq<T>
TheEQ
operator.static interface
QOM.Ge<T>
TheGE
operator.static interface
QOM.Gt<T>
TheGT
operator.static interface
TheIS DISTINCT FROM
operator.static interface
TheIS NOT DISTINCT FROM
operator.static interface
QOM.Le<T>
TheLE
operator.static interface
QOM.Lt<T>
TheLT
operator.static interface
QOM.Ne<T>
TheNE
operator.static interface
TheSTARTS WITH
operator.static interface
TheSTARTS WITH IGNORE CASE
operator.