| Package | Description |
|---|---|
| org.jooq.meta.postgres.pg_catalog | |
| org.jooq.meta.postgres.pg_catalog.tables |
| Modifier and Type | Field and Description |
|---|---|
PgSequence |
PgCatalog.PG_SEQUENCE
The table
pg_catalog.pg_sequence. |
static PgSequence |
Tables.PG_SEQUENCE
The table
pg_catalog.pg_sequence. |
| Modifier and Type | Field and Description |
|---|---|
static PgSequence |
PgSequence.PG_SEQUENCE
The reference instance of
pg_catalog.pg_sequence |
| Modifier and Type | Method and Description |
|---|---|
PgSequence |
PgSequence.as(Name alias) |
PgSequence |
PgSequence.as(String alias) |
PgSequence |
PgSequence.rename(Name name)
Rename this table
|
PgSequence |
PgSequence.rename(String name)
Rename this table
|
Copyright © 2021. All rights reserved.