Uses of Enum
org.h2.schema.Sequence.Cycle
Packages that use Sequence.Cycle
Package
Description
Contains DDL (data definition language) and related SQL statements.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
Uses of Sequence.Cycle in org.h2.command.ddl
Fields in org.h2.command.ddl declared as Sequence.CycleMethods in org.h2.command.ddl that return Sequence.CycleMethods in org.h2.command.ddl with parameters of type Sequence.CycleModifier and TypeMethodDescriptionvoid
SequenceOptions.setCycle
(Sequence.Cycle cycle) Sets cycle option. -
Uses of Sequence.Cycle in org.h2.schema
Fields in org.h2.schema declared as Sequence.CycleMethods in org.h2.schema that return Sequence.CycleModifier and TypeMethodDescriptionSequence.getCycle()
static Sequence.Cycle
Returns the enum constant of this type with the specified name.static Sequence.Cycle[]
Sequence.Cycle.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.h2.schema with parameters of type Sequence.CycleModifier and TypeMethodDescriptionvoid
Sequence.modify
(Long baseValue, Long startValue, Long minValue, Long maxValue, Long increment, Sequence.Cycle cycle, Long cacheSize) Allows the base value, start value, min value, max value, increment and cache size to be updated atomically, including atomic validation.