Uses of Enum Class
org.jooq.impl.QOM.CycleOption
-
Uses of QOM.CycleOption in org.jooq.impl
Modifier and TypeMethodDescription@Nullable QOM.CycleOption
QOM.AlterSequence.$cycle()
@Nullable QOM.CycleOption
QOM.CreateSequence.$cycle()
static QOM.CycleOption
Returns the enum constant of this class with the specified name.static QOM.CycleOption[]
QOM.CycleOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@NotNull QOM.AlterSequence<T>
QOM.AlterSequence.$cycle
(QOM.CycleOption cycle) @NotNull QOM.CreateSequence
QOM.CreateSequence.$cycle
(QOM.CycleOption cycle)