- 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 SummaryModifier 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.Attachableattach, configuration, detachMethods inherited from interface org.jooq.AttachableQueryPartgetBindValues, getParam, getParams, getSQL, getSQLMethods inherited from interface org.reactivestreams.PublishersubscribeMethods inherited from interface org.jooq.Querybind, bind, cancel, execute, executeAsync, executeAsync, isExecutable, keepStatement, poolable, queryTimeout
- 
Method Details- 
$sequence
- 
$ifNotExistsboolean $ifNotExists()
- 
$dataType
- 
$startWith
- 
$incrementBy
- 
$minvalue
- 
$noMinvalueboolean $noMinvalue()
- 
$maxvalue
- 
$noMaxvalueboolean $noMaxvalue()
- 
$cycle
- 
$cache
- 
$noCacheboolean $noCache()
- 
$sequence
- 
$ifNotExists
- 
$dataType
- 
$startWith
- 
$incrementBy
- 
$minvalue
- 
$noMinvalue
- 
$maxvalue
- 
$noMaxvalue
- 
$cycle
- 
$cache
- 
$noCache
 
-