| Package | Description |
|---|---|
| org.jooq.meta.postgres.information_schema | |
| org.jooq.meta.postgres.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.