Uses of Interface
org.jooq.AlterSequenceFlagsStep
-
Uses of AlterSequenceFlagsStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
AlterSequenceStep<T extends Number>
A step in the construction of theALTER SEQUENCE
statement.Modifier and TypeMethodDescription@NotNull AlterSequenceFlagsStep
<T> Add theCACHE
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> Add theCACHE
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> AlterSequenceFlagsStep.cycle()
Add theCYCLE
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> AlterSequenceFlagsStep.incrementBy
(Field<T> incrementBy) Add theINCREMENT BY
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> AlterSequenceFlagsStep.incrementBy
(T incrementBy) Add theINCREMENT BY
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> Add theMAXVALUE
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> Add theMAXVALUE
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> Add theMINVALUE
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> Add theMINVALUE
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> AlterSequenceFlagsStep.noCache()
Add theNO CACHE
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> AlterSequenceFlagsStep.noCycle()
Add theNO CYCLE
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> AlterSequenceFlagsStep.noMaxvalue()
Add theNO MAXVALUE
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> AlterSequenceFlagsStep.noMinvalue()
Add theNO MINVALUE
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> AlterSequenceFlagsStep.restart()
Add theRESTART
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> AlterSequenceFlagsStep.restartWith
(Field<T> restartWith) Add theRESTART WITH
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> AlterSequenceFlagsStep.restartWith
(T restartWith) Add theRESTART WITH
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> Add theSTART WITH
clause to theALTER SEQUENCE
statement.@NotNull AlterSequenceFlagsStep
<T> Add theSTART WITH
clause to theALTER SEQUENCE
statement.