| Package | Description |
|---|---|
| org.jooq.meta.h2.information_schema | |
| org.jooq.meta.h2.information_schema.tables |
| Modifier and Type | Field and Description |
|---|---|
Sequences |
InformationSchema.SEQUENCES
The table
INFORMATION_SCHEMA.SEQUENCES. |
static Sequences |
Tables.SEQUENCES
The table
INFORMATION_SCHEMA.SEQUENCES. |
| Modifier and Type | Field and Description |
|---|---|
static Sequences |
Sequences.SEQUENCES
The reference instance of
INFORMATION_SCHEMA.SEQUENCES |
| Modifier and Type | Method and Description |
|---|---|
Sequences |
Sequences.as(Name alias) |
Sequences |
Sequences.as(String alias) |
Sequences |
Sequences.rename(Name name)
Rename this table
|
Sequences |
Sequences.rename(String name)
Rename this table
|
Copyright © 2021. All rights reserved.