Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
static Comparator |
Comparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comparator[] |
Comparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Condition |
Field.compare(Comparator comparator,
Field<T> field)
Compare this field with another field using a dynamic comparator.
|
Condition |
Field.compare(Comparator comparator,
T value)
Compare this field with a value using a dynamic comparator.
|
Copyright © 2013. All Rights Reserved.