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.MinBy
Packages that use
QOM.MinBy
Package
Description
org.jooq.impl
This package contains jOOQ's implementation classes.
Uses of
QOM.MinBy
in
org.jooq.impl
Methods in
org.jooq.impl
that return
QOM.MinBy
Modifier and Type
Method
Description
@NotNull
QOM.MinBy
<
T
>
QOM.MinBy.
$by
(
Field
<?> by)
The expression to use to evaluate the minimum
@NotNull
QOM.MinBy
<
T
>
QOM.MinBy.
$value
(
Field
<
T
> value)
The returned value.