- All Superinterfaces:
- Attachable,- AttachableQueryPart,- DDLQuery,- Flow.Publisher<Integer>,- Publisher<Integer>,- org.reactivestreams.Publisher<Integer>,- Query,- QueryPart,- RowCountQuery,- Serializable,- Statement
- Enclosing class:
- QOM
The 
ALTER SEQUENCE statement.- 
Method SummaryModifier and TypeMethodDescription$cache()@NotNull QOM.AlterSequence<T> @Nullable QOM.CycleOption$cycle()@NotNull QOM.AlterSequence<T> $cycle(QOM.CycleOption cycle) boolean@NotNull QOM.AlterSequence<T> $ifExists(boolean ifExists) @NotNull QOM.AlterSequence<T> $incrementBy(Field<T> incrementBy) @NotNull QOM.AlterSequence<T> @NotNull QOM.AlterSequence<T> boolean$noCache()@NotNull QOM.AlterSequence<T> $noCache(boolean noCache) boolean@NotNull QOM.AlterSequence<T> $noMaxvalue(boolean noMaxvalue) boolean@NotNull QOM.AlterSequence<T> $noMinvalue(boolean noMinvalue) @Nullable Sequence<?> @NotNull QOM.AlterSequence<T> boolean$restart()@NotNull QOM.AlterSequence<T> $restart(boolean restart) @NotNull QOM.AlterSequence<T> $restartWith(Field<T> restartWith) @NotNull QOM.AlterSequence<T> @NotNull QOM.AlterSequence<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
- 
$ifExistsboolean $ifExists()
- 
$renameTo
- 
$restartboolean $restart()
- 
$restartWith
- 
$startWith
- 
$incrementBy
- 
$minvalue
- 
$noMinvalueboolean $noMinvalue()
- 
$maxvalue
- 
$noMaxvalueboolean $noMaxvalue()
- 
$cycle
- 
$cache
- 
$noCacheboolean $noCache()
- 
$sequence
- 
$ifExists
- 
$renameTo
- 
$restart
- 
$restartWith
- 
$startWith
- 
$incrementBy
- 
$minvalue
- 
$noMinvalue
- 
$maxvalue
- 
$noMaxvalue
- 
$cycle
- 
$cache
- 
$noCache
 
-