Uses of Enum Class
org.jooq.impl.QOM.NullTreatment
-
Uses of QOM.NullTreatment in org.jooq.impl
Modifier and TypeMethodDescription@Nullable QOM.NullTreatment
QOM.FirstValue.$nullTreatment()
@Nullable QOM.NullTreatment
QOM.Lag.$nullTreatment()
@Nullable QOM.NullTreatment
QOM.LastValue.$nullTreatment()
@Nullable QOM.NullTreatment
QOM.Lead.$nullTreatment()
@Nullable QOM.NullTreatment
QOM.NthValue.$nullTreatment()
static QOM.NullTreatment
Returns the enum constant of this class with the specified name.static QOM.NullTreatment[]
QOM.NullTreatment.values()
Returns an array containing the constants of this enum class, in the order they are declared.