Uses of Interface
org.jooq.impl.QOM.CreateSequence
-
Uses of QOM.CreateSequence in org.jooq.impl
Modifier and TypeMethodDescription@NotNull QOM.CreateSequence
@NotNull QOM.CreateSequence
QOM.CreateSequence.$cycle
(QOM.CycleOption cycle) @NotNull QOM.CreateSequence
QOM.CreateSequence.$ifNotExists
(boolean ifNotExists) @NotNull QOM.CreateSequence
QOM.CreateSequence.$incrementBy
(Field<? extends Number> incrementBy) @NotNull QOM.CreateSequence
@NotNull QOM.CreateSequence
@NotNull QOM.CreateSequence
QOM.CreateSequence.$noCache
(boolean noCache) @NotNull QOM.CreateSequence
QOM.CreateSequence.$noMaxvalue
(boolean noMaxvalue) @NotNull QOM.CreateSequence
QOM.CreateSequence.$noMinvalue
(boolean noMinvalue) @NotNull QOM.CreateSequence
@NotNull QOM.CreateSequence
QOM.CreateSequence.$startWith
(Field<? extends Number> startWith)