| 程序包 | 说明 |
|---|---|
| org.h2.expression |
Expressions include mathematical operations, conditions, simple
values, and functions.
|
| org.h2.schema |
Schema implementation and objects that are stored in a schema
(for example, sequences and constants).
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 构造器和说明 |
|---|
SequenceValue(Sequence sequence) |
| 限定符和类型 | 方法和说明 |
|---|---|
Sequence |
Schema.findSequence(String sequenceName)
Try to find a sequence with this name.
|
Sequence |
Schema.getSequence(String sequenceName)
Get the sequence with the given name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Sequence |
Column.getSequence() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Table.addSequence(Sequence sequence)
Add a sequence to this table.
|
void |
Table.removeSequence(Sequence sequence)
Remove a sequence from the table.
|
void |
Column.setSequence(Sequence sequence) |
Copyright © 2017. All rights reserved.