- All Superinterfaces:
Attachable
,AttachableQueryPart
,DDLQuery
,Flow.Publisher<Integer>
,Publisher<Integer>
,org.reactivestreams.Publisher<Integer>
,Query
,QueryPart
,RowCountQuery
,Serializable
,Statement
- Enclosing class:
QOM
The
CREATE SEQUENCE
statement.-
Method Summary
Modifier and TypeMethodDescription$cache()
@NotNull QOM.CreateSequence
@Nullable QOM.CycleOption
$cycle()
@NotNull QOM.CreateSequence
$cycle
(QOM.CycleOption cycle) boolean
@NotNull QOM.CreateSequence
$ifNotExists
(boolean ifNotExists) @NotNull QOM.CreateSequence
$incrementBy
(Field<? extends Number> incrementBy) @NotNull QOM.CreateSequence
@NotNull QOM.CreateSequence
boolean
$noCache()
@NotNull QOM.CreateSequence
$noCache
(boolean noCache) boolean
@NotNull QOM.CreateSequence
$noMaxvalue
(boolean noMaxvalue) boolean
@NotNull QOM.CreateSequence
$noMinvalue
(boolean noMinvalue) @NotNull Sequence<?>
@NotNull QOM.CreateSequence
@NotNull QOM.CreateSequence
$startWith
(Field<? extends Number> startWith) Methods inherited from interface org.jooq.Attachable
attach, configuration, detach
Methods inherited from interface org.jooq.AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQL
Methods inherited from interface org.reactivestreams.Publisher
subscribe
Methods inherited from interface org.jooq.Query
bind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
-
Method Details
-
$sequence
-
$ifNotExists
boolean $ifNotExists() -
$startWith
-
$incrementBy
-
$minvalue
-
$noMinvalue
boolean $noMinvalue() -
$maxvalue
-
$noMaxvalue
boolean $noMaxvalue() -
$cycle
-
$cache
-
$noCache
boolean $noCache() -
$sequence
-
$ifNotExists
-
$startWith
@CheckReturnValue @NotNull @NotNull QOM.CreateSequence $startWith(Field<? extends Number> startWith) -
$incrementBy
@CheckReturnValue @NotNull @NotNull QOM.CreateSequence $incrementBy(Field<? extends Number> incrementBy) -
$minvalue
-
$noMinvalue
-
$maxvalue
-
$noMaxvalue
-
$cycle
-
$cache
-
$noCache
-