|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sequence | |
---|---|
org.h2.command.dml | Contains DML (data manipulation language) and related SQL statements. |
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. |
Uses of Sequence in org.h2.command.dml |
---|
Methods in org.h2.command.dml with parameters of type Sequence | |
---|---|
void |
AlterSequence.setSequence(Sequence sequence)
|
Uses of Sequence in org.h2.expression |
---|
Constructors in org.h2.expression with parameters of type Sequence | |
---|---|
SequenceValue(Sequence sequence)
|
Uses of Sequence in org.h2.schema |
---|
Methods in org.h2.schema that return Sequence | |
---|---|
Sequence |
Schema.findSequence(java.lang.String sequenceName)
Try to find a sequence with this name. |
Sequence |
Schema.getSequence(java.lang.String sequenceName)
Get the sequence with the given name. |
Uses of Sequence in org.h2.table |
---|
Methods in org.h2.table that return Sequence | |
---|---|
Sequence |
Column.getSequence()
|
Methods in org.h2.table with parameters of type Sequence | |
---|---|
void |
Table.addSequence(Sequence sequence)
Add a sequence to this table. |
void |
Table.removeSequence(Session session,
Sequence sequence)
Remove a sequence from the table. |
void |
Column.setSequence(Sequence sequence)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |