Uses of Interface
org.jooq.AlterSequenceFinalStep
-
Packages that use AlterSequenceFinalStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of AlterSequenceFinalStep in org.jooq
Subinterfaces of AlterSequenceFinalStep in org.jooq Modifier and Type Interface Description interface
AlterSequenceFlagsStep
The step in theALTER SEQUENCE
statement where the flags of the sequence are modified or cleared.interface
AlterSequenceStep<T extends Number>
AQuery
that can alter sequences.Methods in org.jooq that return AlterSequenceFinalStep Modifier and Type Method Description AlterSequenceFinalStep
AlterSequenceStep. renameTo(String newName)
Add aRENAME TO
clause to theALTER SEQUENCE
statement.AlterSequenceFinalStep
AlterSequenceStep. renameTo(Name newName)
Add aRENAME TO
clause to theALTER SEQUENCE
statement.AlterSequenceFinalStep
AlterSequenceStep. renameTo(Sequence<?> newName)
Add aRENAME TO
clause to theALTER SEQUENCE
statement.
-