Interface QOM.AlterSequence<T extends Number>
- All Superinterfaces:
Attachable, AttachableQueryPart, DDLQuery, Flow.Publisher<Integer>, Publisher<Integer>, org.reactivestreams.Publisher<Integer>, Query, QueryPart, RowCountQuery, Serializable, Statement
- Enclosing class:
QOM
-
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 Attachable
attach, configuration, detachMethods inherited from interface AttachableQueryPart
getBindValues, getParam, getParams, getSQL, getSQLMethods inherited from interface org.reactivestreams.Publisher
subscribeMethods inherited from interface Query
bind, bind, cancel, execute, executeAsync, executeAsync, executeLarge, executeLargeAsync, executeLargeAsync, isExecutable, keepStatement, poolable, queryTimeoutMethods inherited from interface QueryPart
$replace, $replace, $traverse, $traverse, equals, hashCode, toStringMethods inherited from interface RowCountQuery
largePublisher
-
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
-