| 程序包 | 说明 |
|---|---|
| org.h2.command.ddl |
Contains DDL (data definition language) and related SQL statements.
|
| org.h2.schema |
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
|
| 限定符和类型 | 方法和说明 |
|---|---|
Sequence.Cycle |
SequenceOptions.getCycle()
Gets cycle option.
|
Sequence.Cycle |
SequenceOptions.getCycle()
Gets cycle option.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SequenceOptions.setCycle(Sequence.Cycle cycle)
Sets cycle option.
|
void |
SequenceOptions.setCycle(Sequence.Cycle cycle)
Sets cycle option.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Sequence.Cycle |
Sequence.getCycle() |
Sequence.Cycle |
Sequence.getCycle() |
static Sequence.Cycle |
Sequence.Cycle.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Sequence.Cycle |
Sequence.Cycle.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Sequence.Cycle[] |
Sequence.Cycle.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
static Sequence.Cycle[] |
Sequence.Cycle.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
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.
|
void |
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.
|
Copyright © 2022. All rights reserved.