- 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
<T> @Nullable QOM.CycleOption
$cycle()
@NotNull QOM.CreateSequence
<T> $cycle
(QOM.CycleOption cycle) @NotNull QOM.CreateSequence
<T> boolean
@NotNull QOM.CreateSequence
<T> $ifNotExists
(boolean ifNotExists) @NotNull QOM.CreateSequence
<T> $incrementBy
(Field<T> incrementBy) @NotNull QOM.CreateSequence
<T> @NotNull QOM.CreateSequence
<T> boolean
$noCache()
@NotNull QOM.CreateSequence
<T> $noCache
(boolean noCache) boolean
@NotNull QOM.CreateSequence
<T> $noMaxvalue
(boolean noMaxvalue) boolean
@NotNull QOM.CreateSequence
<T> $noMinvalue
(boolean noMinvalue) @NotNull Sequence
<?> @NotNull QOM.CreateSequence
<T> @NotNull QOM.CreateSequence
<T> $startWith
(Field<T> 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() -
$dataType
-
$startWith
-
$incrementBy
-
$minvalue
-
$noMinvalue
boolean $noMinvalue() -
$maxvalue
-
$noMaxvalue
boolean $noMaxvalue() -
$cycle
-
$cache
-
$noCache
boolean $noCache() -
$sequence
-
$ifNotExists
-
$dataType
-
$startWith
-
$incrementBy
-
$minvalue
-
$noMinvalue
-
$maxvalue
-
$noMaxvalue
-
$cycle
-
$cache
-
$noCache
-