| 程序包 | 说明 |
|---|---|
| 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).
|
| org.h2.table |
Classes related to a table and table meta data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AlterSequence.setOptions(SequenceOptions options) |
void |
CreateSequence.setOptions(SequenceOptions options) |
void |
CreateSequence.setOptions(SequenceOptions options) |
void |
AlterSequence.setOptions(SequenceOptions options) |
| 构造器和说明 |
|---|
Sequence(SessionLocal session,
Schema schema,
int id,
String name,
SequenceOptions options,
boolean belongsToTable)
Creates a new sequence.
|
Sequence(SessionLocal session,
Schema schema,
int id,
String name,
SequenceOptions options,
boolean belongsToTable)
Creates a new sequence.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SequenceOptions |
Column.getIdentityOptions()
Returns identity column options, or
null if sequence was already
created or this column is not an identity column. |
SequenceOptions |
Column.getIdentityOptions()
Returns identity column options, or
null if sequence was already
created or this column is not an identity column. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Column.setIdentityOptions(SequenceOptions identityOptions,
boolean generatedAlways)
Set the identity options of this column.
|
void |
Column.setIdentityOptions(SequenceOptions identityOptions,
boolean generatedAlways)
Set the identity options of this column.
|
Copyright © 2022. All rights reserved.