- 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 Summary
Modifier 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.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
-
$ifExists
boolean $ifExists() -
$renameTo
-
$restart
boolean $restart() -
$restartWith
-
$startWith
-
$incrementBy
-
$minvalue
-
$noMinvalue
boolean $noMinvalue() -
$maxvalue
-
$noMaxvalue
boolean $noMaxvalue() -
$cycle
-
$cache
-
$noCache
boolean $noCache() -
$sequence
-
$ifExists
-
$renameTo
-
$restart
-
$restartWith
-
$startWith
-
$incrementBy
-
$minvalue
-
$noMinvalue
-
$maxvalue
-
$noMaxvalue
-
$cycle
-
$cache
-
$noCache
-